Android AdWhirl & AdSense 3.1
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
找到解决方案:)
只需简单添加:
Found the Solution :)
just simple add:
我认为为此,您需要在 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.