Android AdWhirl 和 AdSense 3.1

标签 android adsense adwhirl

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");

关于Android AdWhirl 和 AdSense 3.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3543218/

相关文章:

android - PhoneGap/Cordova 应用程序中的文档扫描

android - 使 Android EditText 看起来一样

android - 如何确保在 Android 中发送短信

jquery - 如何仅在高度超过 2400 像素的页面上显示 AdSense?

android - 如何在 Android Titanium 应用程序中包含 AdSense?

ios - 收到广告时向下滑动 AdView

iphone - AdMob 错误 - 在调用 loadRequest : 之前必须设置 GADBannerView 的 rootViewController 属性

android - 如何在 Eclipse 中使用自定义字体?

adsense - Googlebot 未读取动态内容

Android,是否有任何adwhirl selected ad loaded事件?