In my app, text will be visible for approx. 10 seconds then it will change. Along with the text, a banner ad will also be shown in the bottom of the screen. When the text is changed, if I make a banner ad load again, will it be counted as another adview ?
I am not changing scenes, but changing the text shown, and loading a banner ad again in the same scene.
Like
myText.text = “updated text” localadmob = require( "plugin.admob") – doing it again
Admob does not pay per impression. So you can show them every 1/100 of a second if you want and can get that fill, but that does not translate into more revenue. Now if you want to inflate your ad views for other purposes that I can understand.
But Admob does not pay per CPM. There are very few ad providers that pay that way anymore. I believe they pay by a combination of clicks and actions. The faster you show ads the less likely somebody is going to click or perform an action on that ad. Admob specifically encourages you to use the “auto-refresh” because they believe they can increase your revenue by varying the refresh length to encourage more interactions. In my testing on my apps going from 30 seconds down to 15 seconds more than halves my eCPM.