Forum Moderators: martinibuster
There are several thousands page views from a very small number of IPs. I am starting to think that somebody was using a downloader to copy all my site and this somehow triggers clicks.....
I wonder if this is possible or it's just my paranoia.
Does anybody have experience in this, i.e. a user that uses a web downloader and generates (INVALID) cliks.
I any case, I have cut the ads on the site and written Adsense support. As soon as possible, I will implement a check that only serves ads X times to each IP per day.... I will lose some "real" clicks, but better to lose a fraction of the clicks than to use all the account!
1) If the user Agent contains any of the following:
BOT
HTTRACK
PYTHON
COPIER
CRAWL
SPIDER
ARCHIV
SLURP
MIVA
WGET
do not display ads
2) If the user has seen more than 30 pages in the last 5 minutes, do not display ads.
This is not to avert intentional click attacks, just to avoid that web downloaders like HTTrack trigger invalid clicks.
I will experiment a little, and then put the ads back on my site..
If you have the information in your logs, why not just take a close look at the IP addresses and the browser IDs involved? In most cases if there is a pattern it will stand out like a sore thumb.
Besides, if it did then Google would have figured this out on day 1. It would certainly be on their first line of defense against erroneous clicks.
Just a note, most site downloaders fake their user agent header.
Yes, most site downloaders CAN fake their user agent but yet they come by default with the proper description and in my logs I see them so.
As a secondary measure (for the ones that change their user agent) I have enabled the 30 pages/5 minutes check. My site is a dictionary-type like site, where average pageviews/unique ratio is about 2. So I guess there will be not a large loss of income.