Admob invalid click activity

孤街浪徒 提交于 2019-12-12 06:39:11

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/37504036/admob-invalid-click-activity

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!