7 ms·
> for many websites you'll get more accurate traffic data with GoAccess parsing your logs and showing you page views and basic demographic data Yes but remembe
by peterhartree 10y ago
> for many websites you'll get more accurate traffic data with GoAccess parsing your logs and showing you page views and basic demographic data
Yes but remember that bot traffic may be more of an issue when analysing server side logs (a lot of bots still don't execute JavaScript).
It's hard to know how effective the bot filtering features in GoAccess are compared with those of Google Analytics.
- tombrossman 10y agoThere is an --ignore-crawlers option that works well for me. Next thing I'll try to get working is to have the --ignore-referer=<referer> option parse Piwik's referer spam blacklist https://github.com/piwik/referrer-spam-blacklist https://github.com/piwik/referrer-spam-blacklist
- pierrefar 10y ago> a lot of bots still don't execute JavaScript I operate a service that measures this (see another comment on this discussion), and all I'll say is you'll be very surprised how many bots actually execute JS, especially stealth bots. You have to be careful either way.
- peterhartree 10y ago> all I'll say is you'll be very surprised how many bots actually execute JS Interesting. Do you have any numbers you can share?
- pierrefar 10y agoI don't have access to the raw log files from the customers, so can't give you a percentage. All I'll say confidently is that my service processes a lot of bot traffic that needs to be filtered out before reporting. BTW, are you the same Peter Hartree on this Segment thread? https://community.segment.com/t/1889n1/how-common-is-client-side-tracker-blocking-how-can-i-find-the-percentage-of-visitors-that-block-google-analytics-on-my-website https://community.segment.com/t/1889n1/how-common-is-client-... It would appear we've crossed paths before on this topic. Please do email me if you want to talk properly. That Segment thread has my email.
- benologist 10y agoIt's very easy to navigate sites programmatically including script execution: http://zombie.js.org http://zombie.js.org