I am now able to use the admob v2, thanks to the fresh puplic release!
Now I have a question.
Is there a problem in calling ads.load() often, sometimes even without showing the loaded ad?
I want to do this because if an ad once was loaded, the ads.isLoaded() function always returns true, even if there is no more internet connection, until the ads.load() function was called again.
So I would prefer to load new ads instead of having a hanging app.
I implemented it now in that way, that I always load a new ad when I start a new round. At the end of this round the ad is shown with a certain probability.
This caused my requests to be way higher than my impressions.
Does anybody know if this will cause problems like google closing my account?
“If your application is automatically refreshing ads, make sure ad requests are not made when the screen is off. Also, if users navigate to and from pages with ads in an application over a short period of time, a new ad request should not be made sooner than the recommended 60 second rate.”
I implemented it now in that way, that I always load a new ad when I start a new round. At the end of this round the ad is shown with a certain probability.
This caused my requests to be way higher than my impressions.
Does anybody know if this will cause problems like google closing my account?
“If your application is automatically refreshing ads, make sure ad requests are not made when the screen is off. Also, if users navigate to and from pages with ads in an application over a short period of time, a new ad request should not be made sooner than the recommended 60 second rate.”