Admob的调解 - 发行商ID VS调解ID行商、Admob、VS、ID

由网友(挽叙)分享简介:我想知道什么是正确的范式Admob的调解。到目前为止,我已经有了一个正常的AD浏览报旗帜。I want to know what is the right paradigm for Admob mediation.so far, I've got a normal AdView banner.这是怎么想它应该工...

我想知道什么是正确的范式Admob的调解。 到目前为止,我已经有了一个正常的AD浏览报旗帜。

I want to know what is the right paradigm for Admob mediation. so far, I've got a normal AdView banner.

这是怎么想它应该工作:

this is how think it should work:

onFailedToReceiveAd - 抓住这个事件,意味着AdMob的不能提供广告 创建新的AD浏览报旗帜调解标识和使其可见

所以,这是最好的做法? 创建两个横幅。一个具有常规发布商ID 而另一个与调解ID

so, is this the best practice? create two banners. one with the "regular" publisher ID and the other one, with the mediation ID

推荐答案

正确的做法是:

创建一个中介ID的一面旗帜。 在配置上 admob.com 调解安置,配置的AdMob作为调解放置在您的广告网络之一。如果你想AdMob的要首先每次请求的时候,使用的eCPM排序,并给AdMob的最高的eCPM值。 Create a banner with a Mediation ID. When configuring that mediation placement on admob.com, configure AdMob as one of your ad networks within that mediation placement. If you want AdMob to be requested first every time, use an eCPM ordering and give AdMob the highest eCPM value.

这样,中介总是会先请求AdMob的广告。如果失败,调解会自动尝试你的下一个网络为您服务。这样您就不必做此重试逻辑上你自己的。 onFailedToReceiveAd 将只被调用,如果所有的广告网络无法返回广告。

This way, Mediation will always request an AdMob ad first. If it fails, Mediation will automatically try your next network for you. This saves you from having to do this retry logic on your own. onFailedToReceiveAd will only be invoked if all ad networks failed to return an ad.

阅读全文

相关推荐

最新文章