AdLogger has a very useful feature which should be recreated in the Drupal Adsense module- the ability to disable ads for a particular IP address after X number of clicks. This defends your adsense account against permanent banning because of a click attack from a predatory competitor or bad behavior type user.
Please add the following features:
Automatically block ads for visitors who are clicking too many within a certain time period (admins can specify these parameters)
Know exactly when, why, and for whom ads were successfully blocked
If AdSense ads are blocked, you can display an alternate advertisement
Comments
Comment #1
funana commentedMeanwhile you could use "asRep", because Adlogger is not any longer distributed/supported. Costs 50$.
Right now I'm trying to implement it within the Adsense Module Code...
Comment #2
jcnventuraCorrect me if I am wrong, but since this module can no longer detect if an ad was clicked (Google's JavaScript prevents that), the only way to do this is to prevent users from even seeing the ads at all..
Google is the one holding the knife and the cheese on this one.