If a person I don´t know, who lives far away from me, clicks on my ads all day long, can my Admob account be suspended? Does this scenario counts as invalid click activity?
相关问题
- play-services-ads:18.1.0 Causing Fatal Error on An
- How to show AdMob banner in inappbrowser using Cor
- Admob under Floating Action Button
- Admob Interstitial ad on Button Click
- admob native ads will be shown?
相关文章
- Removing AdMob from app in Android Studio
- How to set adSize?
- AdRequest.Builder cannot be resolved to a type
- Interstitial Ad Loading After every 1 Minte
- How to show admob ads vertical in landscape mode?
- admob cannot be viewed in android
- How to use GADBannerViewDelegate to perform action
- Admob on surfaceview
Yes your account can be disabled due to invalid click activity, if its accidental clicks place your ads somewhere the user wont click them by accident if its someone doing it on purpose you should probably implement a technique to avoid click abuse something like adding an addListener to your AdView and catching clicks of the AdView so you can remove the AdView for 1 hour for example if it is clicked more than 3x in a certain period etc, all depends on your needs. For more info you can check out Google's documentation on ad click abuse and how to prevent it : Admob click abuse