其他分享
首页 > 其他分享> > Android AdWhirl和AdSense 3.1

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 

我该如何正确发送此参数,因此AdWhirl也会将其传递给
AdSense? (我没有删除仅用于ADSENSE的参数.所以它们仍然存在?)

解决方法:

找到了解决方案:)

只需简单添加:

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

标签:adsense,adwhirl,android
来源: https://codeday.me/bug/20191023/1916300.html