iAds:在 didFailToReceiveAdWithError 时显示自己的广告

发布于 2024-12-09 19:49:08 字数 637 浏览 1 评论 0 原文

在美国和其他一些国家/地区(英国、法国、德国、意大利、西班牙、日本/日本)之外,来自 的广告iAd Network 在 iOS 上还没有出现太多。

与此同时,除了使用 AdMob类似来填补空白,我想知道是否可以展示我们自己用iAd 制作者。

因此,该机制是当广告不可用时,因此触发 bannerView:didFailToReceiveAdWithError:,它会触发我们自己的广告。

如果是这样,有以下方面的想法:(1) 是否可以有效地运行我们自己的 iAd-Producer 广告; (2)如果有,该机制如何实施?

Outside the US and a few other countries (UK, France, Deutschland, Italia, España, Japan/日本), ads from the iAd Network aren't showing up much on iOS, yet.

In the meantime, besides using AdMob and the like to fill the blanks, I wonder if it's possible to display our own ads built with the iAd Producer.

So, the mechanism would be that when advertisements are not available, therefore triggering bannerView:didFailToReceiveAdWithError:, it triggers our own ad instead.

If so, any ideas on: (1) if it's effectively possible to run our own iAd-Producer ads; (2) if so, how to implement that mechanism?

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

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

发布评论

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

评论(2

撑一把青伞 2024-12-16 19:49:08

您还可以创建 adMob 所谓的“内部”广告。您可以上传图片用作广告,或者只需指定一些文字和小图标,AdMob 就会使其看起来像他们的标准广告。这样,当 iAd 未显示时(100% 自家广告),您可以让自家广告填充剩余库存,或者填充您想要的任何空间量。

我构建了一个开源库,用一行代码在单个容器中处理 iAd 和后备 AdMob 广告每个视图。这使我能够在没有 iAd 可供显示时自定义有关用户广告体验的所有内容。只需将您的 Google 发布商 ID 设置为您的帐户即可。

You can also create what adMob calls "In-house" ads. You can upload an image to use as the ad, or simply specify some text and a small icon and AdMob will make it look like their standard ads. This way, you can have your house ads filling up the remaining inventory when iAds aren't being displayed (100% house ads), or whatever amount of space you would like.

I've built an open-source library to handle both iAds and fallback AdMob ads in a single container with a single line of code in each view. This allows me to customize everything about my users' ad experience when there are no iAds to display. Just set your google publisher id to your account's and you're good to go.

苦行僧 2024-12-16 19:49:08

您可以在 AdWhirl 中使用自定义事件,基本上使您的 iAd-Producer 广告成为自己的广告广告网络,您可以在其中为其分配百分比并补足订单。

您必须实施代码来创建广告并将bannerView 替换为新广告。

You can use custom events in AdWhirl to basically make your iAd-Producer ads its own ad network, where you can assign it a percentage and backfill order.

You will have to implement the code to create the ad and replace the bannerView with your new ad.

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