Hi,
There is another problem about the mechanism of the mediation. If I added 5 networks as below.
Facebook Audience network - ecpm $5
Vungle - ecpm $4
Chartboost - ecpm $3
Adcolony ecpm $2
Admob automatically
When the call load request as below. Will it send the request to all networks or just the top 3, i.e. Facebook Audience Network, Vungle and Chartboost? Will it send request to Adcolony or Admob?
GADRequest *request = [GADRequest request];
[self.interstitial loadRequest:request];
I'm thinking that if it send all the requests from the user's smartphone to the server, it will make the smartphone busy especially some Adnetwork like Vungle will automatically cache video on the phone. It will affect the show rate of the AD as some of them will get the requests and no show on screen.