Questions tagged «double-click-advertising»

21
加载广告失败:3
我正在使用DoubleClick在我的Android应用程序中设置广告,但无法显示最终广告,有人可以帮我吗? 当我通过添加“ .addTestDevice(” xxx ...“)”来测试广告时,我得到了测试广告,但是当我删除此行时,出现了以下错误: W /广告:广告服务器未填充 W /广告:无法加载广告:3 我将广告设置为: PublisherAdRequest adRequest = new PublisherAdRequest.Builder().build(); mPublisherAdView.loadAd(adRequest); 我的PublisherView看起来像这样: <com.google.android.gms.ads.doubleclick.PublisherAdView android:id="@+id/pronostics_ad" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" ads:adSize="BANNER" ads:adUnitId="@string/ad_unit_pronostic"> </com.google.android.gms.ads.doubleclick.PublisherAdView> 有什么事吗 预先感谢您的回答。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.