How many users block Google analytics? (2017)
61–70 of 242 posts
Re: How many users block Google analytics? (2017)
#62Earlier quoted context omitted.
page load times go up
Unless you’re doing something silly a button can’t be more than a hundred bytes or so. That’s only significant on a 90s era cell phone. Then again most browsers have a print button.
Re: How many users block Google analytics? (2017)
#63Now, Ghostery says I have "zero trackers" on my personal site.
Fathom doesn't collect personal info about my visitors. They just show me my aggregate metrics (popular pages, top referrers) which is all I need anyway.
Re: How many users block Google analytics? (2017)
#64Re: How many users block Google analytics? (2017)
#65This is why I have analytics on the JavaScript side and server side. I can calculate those who block my analytics and at the same time capture a lot of the relevant information
Subverting the desires of people who would like privacy is not a good look.
Re: How many users block Google analytics? (2017)
#66It's from 2017 but even more valid today. GA is blocked by most ad blockers thus no company can rely confidently on it anymore. uBlock blocks also a few other tools like MixPanel that helps companies understand their users behavior and how they use their product. I can't believe how ignorant people that say "use server logs" are. They clearly haven't done any online marketing or run an online business, yet they want…
Re: How many users block Google analytics? (2017)
#67This test compares: 1. Number of visitors as recorded in Google Analytics 2. Number of loads of a 1x1 pixel served on a different domain They see higher numbers for (2) than (1), and attribute the difference to users blocking Google Analytics. I don't see them describing how they excluded bot traffic, however, and for my sites the majority of hits I get are from bots. Only some bots run JS, so I suspect their numbers…
It's not just two numbers of total hits the article is comparing. The author extracted the browser information from the server logs (presumably from the User-Agent header i guess?). If they were able to do this, i'd assume they also filtered out bots from the tally :)
Re: How many users block Google analytics? (2017)
#68Re: How many users block Google analytics? (2017)
#69Note that the 0% for Android is because Google banned ad blockers on the Play Store.
Re: How many users block Google analytics? (2017)
#70This test compares: 1. Number of visitors as recorded in Google Analytics 2. Number of loads of a 1x1 pixel served on a different domain They see higher numbers for (2) than (1), and attribute the difference to users blocking Google Analytics. I don't see them describing how they excluded bot traffic, however, and for my sites the majority of hits I get are from bots. Only some bots run JS, so I suspect their numbers…