需要 AdWhire(admob) 有关“无法填写广告请求”的帮助。这是一种常见的情况”

发布于 2024-09-28 20:56:00 字数 850 浏览 9 评论 0原文

大家好, 现在我正在做adwhirl的开发。下载最新的 AdWhirl 和 AdMob SDK 后。阅读并按照 AdWhirlSDKInstructionsforiPhone.pdf 中的说明完成操作后,我收到以下错误消息。

2010-10-25 23:52:20.774 iAdWhirle[2017:207] 无法填写广告请求。这是一种常见的情况。

2010-10-25 23:52:20.825 iAdWhirle[2017:207] 无法从 admob 接收广告,将使用备份。错误:无错误

2010-10-25 23:52:24.881 iAdWhirle [2017:207] 未处理的错误(没有委托或委托未实现 didFailToReceiveAdWithError:):错误域 = ADErrorDomain 代码 = 5“操作无法完成。横幅视图可见,但没有内容” UserInfo=0x7d13ff0 {ADInternalErrorCode=5,NSLocalizedFailureReason=横幅视图可见,但没有内容}

2010-10-25 23:53:21.550 iAdWhirle[2017:207] 无法填充广告请求。这是一种常见的情况。

2010-10-25 23:53:21.550 iAdWhirle[2017:207] 无法从 admob 接收广告,不会使用备份。错误:没有更多的广告网络可供滚动

请给我一些建议。谢谢。


感谢您的回复。我现在正在运行adWhirl官方演示程序,将原来的SDK Key替换为我的Key,然后就可以得到高填充率的广告。但我不知道为什么当我将它合并到我的应用程序中时,填充率下降了很多,几乎为零。

兄弟,

Hello Guys,
Now I am doing the adwhirl development. When downloaded the latest AdWhirl and AdMob SDK. Read and done with the instructions in the AdWhirlSDKInstructionsforiPhone.pdf, I receive below error message.

2010-10-25 23:52:20.774 iAdWhirle[2017:207] Unable to fill ad request. This is a common situation.

2010-10-25 23:52:20.825 iAdWhirle[2017:207] Failed to receive ad from admob, will use backup. Error: no error

2010-10-25 23:52:24.881 iAdWhirle[2017:207] Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=5 "The operation couldn's be completed. Banner view is visible but does not have content" UserInfo=0x7d13ff0 {ADInternalErrorCode=5, NSLocalizedFailureReason=Banner view is visible but does not have content}

2010-10-25 23:53:21.550 iAdWhirle[2017:207] Unable to fill ad request. This is a common situation.

2010-10-25 23:53:21.550 iAdWhirle[2017:207] Failed to receive ad from admob, will NOT use backup. Error: No more ad networks to roll over

Kindly please give me some suggestion. Thank you.


Thanks for your reply. I am now running adWhirl official demo program, replace the original SDK Key with my Key, then can get the advertisement with high fill rate. But I do not know why when I merge it into my app, the fill rate decreased so much, almost zero.

Br,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等数载,海棠开 2024-10-05 20:56:00

我也使用 AdWhirl,它似乎有效。

“无法满足广告请求。这是常见情况。”仅表示当前没有可展示的广告。那不是问题。

“未处理的错误(没有委托或委托未实现 didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=5 “操作无法完成。横幅视图可见,但没有内容”

这也是一个常见问题,AdWhirl 没有实现 iAd 委托方法之一。
您不必关心任何一个错误。

我还没有看到第三个,但它似乎表明,没有更多的广告网络可以尝试请求广告。 Mayve 在 AdWhirl Webformular 上设置了个人广告,以填补空闲时间:)

I use AdWhirl too, and it seems to work.

"Unable to fill ad request. This is a common situation." just means there is currently no ad available for showing. Thats not a problem.

"Unhandled error (no delegate or delegate does not implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=5 "The operation couldn's be completed. Banner view is visible but does not have content"

This is a common problem too, AdWhirl doesn't implement one of the iAd delegate methods.
You don't have to care about either error.

I haven't seen the third one yet, but it just seems to suggest, that there are no more Ad Networks to try to ask for an Ad. Mayve set up a personal ad on the AdWhirl Webformular, to fill the idle times :)

悲喜皆因你 2024-10-05 20:56:00

对于错误:
2010-10-25 23:53:21.550 iAdWhirle[2017:207] 无法从 admob 接收广告,不会使用备份。错误:没有更多广告网络可供滚动

您仅使用 Admob 吗?如果您在 AdWhirl 服务器上配置了多个广告网络,则将使用备份。

For the error:
2010-10-25 23:53:21.550 iAdWhirle[2017:207] Failed to receive ad from admob, will NOT use backup. Error: No more ad networks to roll over

Are you using only Admob? Backup will be used if you have multiple ad networks configured on AdWhirl server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文