Ask HN: Rule of thumb for identfying fake web traffic
1–7 of 7 posts
Re: Ask HN: Rule of thumb for identfying fake web traffic
#2Re: Ask HN: Rule of thumb for identfying fake web traffic
#3In general looking into anomalies in GA is a good bet - find differences in not-so-important metrics like browser shares, countries, network names, screen sizes, time-of-day, etc. you should find enough data to at least convince yourself. It's hard to fake everything properly.
Try actually looking at server access logs and see if you notice any patterns - UAs (phantomjs?), IPs, ...
Re: Ask HN: Rule of thumb for identfying fake web traffic
#4- Check IP address/Geo location of visitors. If suddenly India or Pakistan developed an unhealthy interest in your site pages - you'll know that it's all a bogus.
- Check Referrer of each visitor. This could hint you either where visitors are coming from or that these are bots - if suddenly no visitors have any referrers
Re: Ask HN: Rule of thumb for identfying fake web traffic
#5Resources:
Good luck and report back. Expose them right here on HN.
Re: Ask HN: Rule of thumb for identfying fake web traffic
#6Try a honeypot maybe - create an invisible link and see if it gets visited. If their bots are dumb enough to visit the privacy page then they may fall for this too. In general looking into anomalies in GA is a good bet - find differences in not-so-important metrics like browser shares, countries, network names, screen sizes, time-of-day, etc. you should find enough data to at least convince yourself. It's hard to fak…
Re: Ask HN: Rule of thumb for identfying fake web traffic
#7Try a honeypot maybe - create an invisible link and see if it gets visited. If their bots are dumb enough to visit the privacy page then they may fall for this too. In general looking into anomalies in GA is a good bet - find differences in not-so-important metrics like browser shares, countries, network names, screen sizes, time-of-day, etc. you should find enough data to at least convince yourself. It's hard to fak…
Thank you raquo that worked like a charm. We now have them dead to rights. I will do a write up for HN at some point when everything is resolved. Simple and effective solution, thanks again.