iOS app from AdMob error = com.google.DummyAdapter?

后端 未结 4 874
时光说笑
时光说笑 2021-02-02 10:36
  Cannot find an ad network adapter with the name(s): (
\"com.google.DummyAdapter\"
). Remember to link all required ad network adapters and SDKs, and   se         


        
4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-02 10:44

    AdMob sends back a mediation list with only "com.google.DummyAdapter" when the actual network list returned to the app is empty. This is a special case, and it essentially just means "no fill".

    It is quite possible that this happens if you set an eCPM floor and AdMob is your only network. For example, if you set a floor of 1.00 and AdMob does not have an ad worth $1.00 eCPM to show, AdMob excludes itself from your mediation chain.

    In this example I'd still expect iAd to be returned. As for why it wasn't, maybe your ad unit had country level settings with iAd disabled in your country (wild guess).

提交回复
热议问题