Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AdMob mediation (Android and iOS) : how to force a network to test it?

I am implementing AdMob mediation with several third party networks. I would like to test that the mediation with each of these networks is well implemented (ads well displayed).

I would like to force the display of an ad from a defined network to test its implementation, and then switch quickly to another network.

One way to do that should be to change the bids in the AdMob mediation interface. For example put 100$ on the network I want to test and 0.1 $ on the other ones.

But the problem is it seems that there is some delay before the changes are taken into account and even after a long delay, it seems that I do not have 100% of ads from the network at 100$.

How can I force a network (any test mode ?) in a manner that I will have immediately ads from this networks on 100% of the requests ? It could be test ads from this network.

Thanks !

like image 890
Regis_AG Avatar asked May 29 '15 07:05

Regis_AG


1 Answers

Most of the third part ad networks don't have a test mode via AdMob mediation.

The only way I have found so far is via the AdMob dashboard->Monetize->'Your App's Mediation page'. In that page when you click on the ad sources:

enter image description here

It will show you an edit option, from where you can pause/enable ads from individual ad networks: enter image description here

I do share your pain of the delay it takes for those dashboard changes to propagate to the actual test device.

Hope this was of some help.

Kind regards, Mukund Agarwal

like image 138
Mukund Agarwal Avatar answered Sep 27 '22 18:09

Mukund Agarwal