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:
so, is this the best practice?
create two banners. one with the "regular" publisher ID
and the other one, with the mediation ID
The correct approach is:
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.