While setting admob unit for ads I was asked to check this :
-No cap on impressions
or
-Show no more than ____ impressions per user per ____ MINUTES
In my app I wrote code to generate random number (0,1,2) and then if number is 1 i request an ad, so there are 33 % chances that user will see ad (1 in 3).
My question is if my code for that is necessary if you can use that second option and how will that work (if i set no more that 5 impression per 1 minute will i realy request an ad only 5 times in minute or how ?, I don't understand, I have a game where ad is show when you fail in level, so what if you fail 15 times in 1 minute to reach next level with that setting of 5 impressions per minute, will it show ad first 5 times in row or every 3rd time ?????? How can I test it when impressions on real ads in my own app can get me banned? )