-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IAD/AdMob/Flurry precedence and priority. (fallback solutions) #20
Comments
so far, according to my historical data, the admob fill rate is satisfying (almost 100%), while iad sometimes fail, and flurry fails in some countries. using all 3 plugins in 1 app may not be a good idea, as it will increase the package size with duplicate feature. |
thanks for the quick reply. For android I will only use AdMob, however since IAD has a higher ECPM, I would like to use that as a defualt for ios. When IAD fails, is creating the AdMob banner (with auto show) sufficient? Or do I need to manually hide/destroy IAD? I tried testing this on the ios sim but get inconsistent results. There have been times where IAD would fail, then Admob would show, and then IAD would show again, but sometimes it wont. Is there a way to control the behavior or precedence of which one should always show? Thanks again |
as iad failure happen occasionally, your admob creating will be quite busy. still not recommended but you can have a try. |
multiple ad networks are supported in admob plugin pro with mediations, see: https://github.com/floatinghotpot/cordova-admob-pro |
I didn't see any way to implement mediation in the docs. The doc only says this is possible. Could you kindly update the doc to include a mediation how-to, or point us in the right direction? |
please read the doc here: Optional mediations to increase your revenue (Read about AdMob Mediation Networks): |
Hello, Great plugins by the way! I am trying to implement a solution in which
My question is what is the best practice for implementing this? I have tried hiding/showing based on the recieveAd and fail to recieve ad events but the behavior is inconsistent. For example, when IAD ads were available again, calling show(true) would not replace the Admob or Flurry ad although I could see successful receive events being fired.
Any idea on how you could accomplish this for this plugin?
Thanks
The text was updated successfully, but these errors were encountered: