I wonder how often I should call ads.show() because my game has some really quick gameplay. It’s like with Flappy Bird, where you can die a lot and quick… so now I wonder if I should call ads.show() for each new scene start, or if this is “too much” and has some negative impact on ad revenue maybe?
I also wonder if it has some negative effect if I’m developing while using real ads instead of testads!? Are testads even possible with admob v2?
Every help here welcome!