Need Little Information About AdMob's Ad

I Add 1 Inter. ad in my app. When user click 3 time on card view then ad show. when user close ad, click count become 0 and start again…

now my question is… Do I have to load and display the same ad (Inter_ad_1) every time or do I have to load different ads, Like, Inter1 after that Inter2… Inter3…?

Which is safe and good way?

You need to show only inter1 again and again it gives you proper amount

Use blocks like this ;
when user click on card view for 3 times then load interstitial ad and when interstitial ad loaded then show ad and when ad closed then set card view count to 0.

Already use code same as your suggetion. thank for it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.