Android AdWhirl & AdSense 3.1

发布于 2024-09-15 16:18:16 字数 310 浏览 5 评论 0原文

AdSense(Google AdSense SDK 3.1)在我的应用程序中单独工作正常。

当我使用 AdWhirl 时,我总是在日志中看到:

:WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters 

How do I send this params right so also AdWhirl transfer it to 广告联盟?? (我没有删除仅用于 ADSENSE 的参数..所以它们仍然存在?)

AdSense (Google AdSense SDK 3.1) alone works fine in my app.

When I use AdWhirl I see in my Log always:

:WARN/AdWhirl SDK(562): AdSense company name and app name are required parameters 

How do I send this params right so also AdWhirl transfer it to
AdSense?? (I didn't delete the params I used for ONLY ADSENSE.. so they are still there??)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

老娘不死你永远是小三 2024-09-22 16:18:16

找到解决方案:)

只需简单添加:

AdWhirlAdapter.setGoogleAdSenseAppName("Application Name");
AdWhirlAdapter.setGoogleAdSenseCompanyName("Developer Name");
AdWhirlAdapter.setGoogleAdSenseChannel("xxxxxxx");
AdWhirlTargeting.setKeywords("My keywords");

Found the Solution :)

just simple add:

AdWhirlAdapter.setGoogleAdSenseAppName("Application Name");
AdWhirlAdapter.setGoogleAdSenseCompanyName("Developer Name");
AdWhirlAdapter.setGoogleAdSenseChannel("xxxxxxx");
AdWhirlTargeting.setKeywords("My keywords");
自由范儿 2024-09-22 16:18:16

我认为为此,您需要在 AdWhirl 上创建一个帐户,然后将您的应用程序添加到该帐户,在那里启用 adsense,在其 Web 界面上提供您的 adsense api 密钥。他们会给您一个 AdWhirl api 密钥。然后,您可以使用 adwhirl api 密钥在您的应用程序中使用 adsense 广告。

I think for this, you need to create an account on AdWhirl and then add your app to the account, enable adsense over there, provide your adsense api key on their web interface. They'll give you an AdWhirl api key. Then you can use adsense ads in your app using adwhirl api key.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文