插页式广告加载失败的真正考验 [英] Interstitials ads fail to load on real test

查看:647
本文介绍了插页式广告加载失败的真正考验的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用我的应用程序插页广告。我在使用本code以下获得测试广告:

  AdRequest adRequest =新AdRequest.Builder()
            .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
            。.addTestDevice(CCC40F2DAEXXXXXXXXXX5DCB16FDDE10)构建();
 

我没有得到任何广告时,我要求使用这个code以下的广告。

  AdRequest adRequest =新AdRequest.Builder()建立()。
 

下面是我得到的错误。

  04-04 20:56:48.620:W /的ResourceType(27563):请求的资源0x7f0b000e失败,因为它是复杂的
04-04 20:56:48.620:E / GooglePlayServicesUtil(27563):在谷歌播放均未发现服务的资源。检查项目配置,以确保资源被包括在内。
04-04 20:56:48.625:W /的ResourceType(27563):请求的资源0x7f0b000e失败,因为它是复杂的
04-04 20:56:48.625:E / GooglePlayServicesUtil(27563):在谷歌播放均未发现服务的资源。检查项目配置,以确保资源被包括在内。
04-04 20:56:48.880:I /广告(27563):从广告服务器无填充。
04-04 20:56:48.880:W /广告(27563):无法加载广告:3
04-04 20:56:48.880:E / SQLiteLog(27563):(14)无法打开文件在30241行[00bb9c9ce4]
04-04 20:56:48.880:E / SQLiteLog(27563):(14)os_unix.c:30241:(2)开(/NotificationPermissions.db) - 
 

解决方案

没有总是可用的广告。这就是为什么它是采用调解,以确保你总是有一个广告是一个好主意。

  04-04 20:56:48.880:I /广告(27563):从广告服务器无填充。
 

本日志行告诉你,没有广告是可用的。

I am using Interstitials ads on my app. I get test ads while using this code below:

AdRequest adRequest = new AdRequest.Builder()
            .addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
            .addTestDevice("CCC40F2DAEXXXXXXXXXX5DCB16FDDE10").build();

I don't get any ads when I request ads using this code below.

AdRequest adRequest = new AdRequest.Builder().build();

Here is the errors I get.

04-04 20:56:48.620: W/ResourceType(27563): Requesting resource 0x7f0b000e failed because it is complex
04-04 20:56:48.620: E/GooglePlayServicesUtil(27563): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
04-04 20:56:48.625: W/ResourceType(27563): Requesting resource 0x7f0b000e failed because it is complex
04-04 20:56:48.625: E/GooglePlayServicesUtil(27563): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
04-04 20:56:48.880: I/Ads(27563): No fill from ad server.
04-04 20:56:48.880: W/Ads(27563): Failed to load ad: 3
04-04 20:56:48.880: E/SQLiteLog(27563): (14) cannot open file at line 30241 of [00bb9c9ce4]
04-04 20:56:48.880: E/SQLiteLog(27563): (14) os_unix.c:30241: (2) open(/NotificationPermissions.db) - 

解决方案

There is not always an ad available. That's why it's a good idea to use mediation to ensure you always have an ad.

04-04 20:56:48.880: I/Ads(27563): No fill from ad server.

This log line tells you that no ad was available.

这篇关于插页式广告加载失败的真正考验的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆