Admob mediation - publisher ID vs Mediation ID

ぃ、小莉子 提交于 2019-12-04 10:10:32

The correct approach is:

  1. Create a banner with a Mediation ID.
  2. 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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!