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 !