Protect users from misclicks on ads

173 views
Skip to first unread message

dop2000

unread,
Mar 5, 2012, 5:40:24 AM3/5/12
to google-adm...@googlegroups.com
Hello,
 
In my game for Android I'm using the whole screen for touch input. So I'm really worried that users will often click ads by mistake.
To prevent this I want to implement the following:
I will place 100% transparent view above AdView. When user clicks this view, my app will display a toast message "If you really want to open ad, please touch it again".
Then this transparent view is removed for several seconds to allow user to touch ad again.
 
I tried this and it works. But am I allowed to do this? Does this violate any AdMob rules?
 

Rajkumar Parameswaran

unread,
Mar 6, 2012, 10:54:08 AM3/6/12
to google-adm...@googlegroups.com
Don't think you can inject a click event on the ad after they agree on the toast message. So, if you did this, you would have to make them dismiss the toast and then click on the ad again afterwards.

dop2000

unread,
Mar 6, 2012, 11:13:38 PM3/6/12
to google-adm...@googlegroups.com
Just to make it absolutely clear:
My app doesn't generate any clicks. Both clicks are made by user.
First click is consumed by my view, second click goes to AdView.  So only one click goes to AdMob.
Reply all
Reply to author
Forward
0 new messages