Skip to content
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

Closed
djett41 opened this issue Sep 4, 2014 · 6 comments
Closed

IAD/AdMob/Flurry precedence and priority. (fallback solutions) #20

djett41 opened this issue Sep 4, 2014 · 6 comments

Comments

@djett41
Copy link

djett41 commented Sep 4, 2014

Hello, Great plugins by the way! I am trying to implement a solution in which

  1. For ios you can fallback on AdMob if IAD doesnt fill, and if Admob doesnt fill you can fallback on flurry (using all 3).
  2. For android you would use AdMob as a primary, but fallback on Flurry if Admob isnt filled.

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

@floatinghotpot
Copy link
Owner

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.

@djett41
Copy link
Author

djett41 commented Sep 5, 2014

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

@floatinghotpot
Copy link
Owner

as iad failure happen occasionally, your admob creating will be quite busy. still not recommended but you can have a try.

@floatinghotpot
Copy link
Owner

multiple ad networks are supported in admob plugin pro with mediations, see: https://github.com/floatinghotpot/cordova-admob-pro

@DamiJegede
Copy link

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?

@floatinghotpot
Copy link
Owner

please read the doc here:
https://github.com/floatinghotpot/cordova-admob-pro

Optional mediations to increase your revenue (Read about AdMob Mediation Networks):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants