What if your Android app is actively clicking admob ads?
I'm new to admob ads for Android and I know it works if you earn revenue per click. But I want to know what happens if developers add code that automatically clicks the ad once in a while in a production application? Something like mAdView.performClick()
. Is this allowed and what happens if you do it?
thank
+3
source to share
1 answer
This would violate AdMob's policy: "Publishers may not click on their own ads or use any means to artificially increase impressions and / or clicks, including manual methods. Testing your own ads by clicking on them is not allowed."
From this link: https://support.google.com/admob/answer/2753860?hl=en
Your account may be permanently banned if they find you are doing this.
+2
source to share