没有来自服务器的填充未能加载广告:3

No fill from server failed to load ad : 3

所以我与 AdMob 合作并实施了横幅和插页式广告。等了一天多,但广告没有显示。它说加载广告失败:3

日志:

12-17 19:20:33.680 16280-16512/in.shantanupatil.wamanagement I/Ads: App measurement is starting up, version: 13001
To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
12-17 19:20:33.825 16280-16280/in.shantanupatil.wamanagement 
D/DynamitePackage: Instantiating 
com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
12-17 19:20:35.376 16280-16280/in.shantanupatil.wamanagement D/WebView:  
addJavascriptInterface=googleAdsJsInterface
12-17 19:20:35.899 16280-16466/in.shantanupatil.wamanagement W/Ads: Got on 
activity created
12-17 19:20:37.642 16280-16466/in.shantanupatil.wamanagement W/Ads: Got on 
activity created
12-17 19:20:40.721 16280-16466/in.shantanupatil.wamanagement W/Ads: Got on 
activity created
12-17 19:20:40.904 16280-16280/in.shantanupatil.wamanagement I/Ads: Use 
AdRequest.Builder.addTestDevice("34A6512246BC64A9B8DC766FD114D5D5") to get 
test ads on this device.
12-17 19:20:41.056 16280-16802/in.shantanupatil.wamanagement W/Ads: Invoke 
Firebase method getInstance error.
12-17 19:20:41.057 16280-16802/in.shantanupatil.wamanagement W/Ads: The 
Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase 
integration requires the latest Firebase SDK jar, but Firebase SDK is either 
missing or out of date
12-17 19:20:42.357 16280-16280/in.shantanupatil.wamanagement I/Ads: Ad 
failed to load : 3

我用过的代码

private AdView adView;
adView = (AdView) findViewById(R.id.detail_draft_admob);
AdRequest adRequest = new AdRequest.Builder().build();
adView.loadAd(adRequest);

gradle我已经收录了

implementation 'com.google.android.gms:play-services-ads:17.1.1'

此外,我在清单中添加了应用程序 ID。添加似乎不起作用。我做错了什么?

我想..也许这不是你的错。 AdMob 几个月前就出现了一些问题。 参考以下链接。 很多人都遇到同样的问题。 (甚至 AdMob 似乎也认为他们有问题。)

https://groups.google.com/forum/#!topic/google-admob-ads-sdk/rTfuhBjGkpc

https://productforums.google.com/forum/#!msg/google-admob-help-forum/8oc3pebOrFw/EicKPpUVDgAJ

Check this link这不是你的错。

我有同样的问题,解决方法是增加您的应用用户,因此向 admob 发送广告请求并展示您的广告。

这是最新的规则,admob 隐私保护得很好,所以应用这个规则

2017 年之前的规则不是广告展示正常,但现在首先发送一些广告请求而不是广告展示

希望能解决你的问题

当应用程序新注册到 AdMob 时,需要一些时间和一些广告请求才能建立广告资源。因此,您可能无法立即看到实时展示。