Earlier quoted context omitted.
Blocking standard analytics on small websites who do not server ads is being dick. Now I do not know who is using my website. I can not optimize it for longer user sessions, I can not figure out which are the most popular pages, I can not record client-side errors, I can not track caching and page load time. Basically this screws over those want to create good website experiences. Blinding us in this way is pretty us…
I think a fair portion of the people who are consciously blocking GA might think that beaming back a ton of information to the Google mothership is also "being dick," because they don't want ad-tracking profiles to be built for them based on their browsing habits across millions of websites. If you want to balance the desires of your privacy-savvy users and your craving for analytics, why not use Piwik and self-host…
UBlock defaults to blocking Google Analytics tracking
11–20 of 90 posts
Re: UBlock defaults to blocking Google Analytics tracking
#12EDIT: For clarification, analytics.js and ga.js are in indeed listed, as are many other analytics services, bugsnag and kissmetrics to name a few.
Re: UBlock defaults to blocking Google Analytics tracking
#13Earlier quoted context omitted.
Sorry about that. But it is more important that Google doesn't store every website I visit to build a better profile of me.
It is against the terms of service of Google analytics to pass any PII such that you can track an event back to any particular person. On top of that, the code for Google Analytics js is available for your review, along with its network requests, such that you can hold them to their word.
Re: UBlock defaults to blocking Google Analytics tracking
#14Earlier quoted context omitted.
I think a fair portion of the people who are consciously blocking GA might think that beaming back a ton of information to the Google mothership is also "being dick," because they don't want ad-tracking profiles to be built for them based on their browsing habits across millions of websites. If you want to balance the desires of your privacy-savvy users and your craving for analytics, why not use Piwik and self-host…
It block self-hosted Piwik by default too!
Re: UBlock defaults to blocking Google Analytics tracking
#15More here: https://github.com/gorhill/uBlock/blob/e6707fe8b155cc92da1cb... This screws my efforts to try to optimize my site for increased traffic and to work towards longer user sessions. This hurts my website.
To manage your webserver, use your server logs. If you really think you need more information than those convey, you could get some self-hosted javascript to assist with that.
You need nothing else.
Re: UBlock defaults to blocking Google Analytics tracking
#16Little nitpick - the line linked to is /googleanalytics.js, which I believe in most situations will do absolutely nothing. It's the lines referring to "analytics.js" and "ga.js" that actually matter. EDIT: For clarification, analytics.js and ga.js are in indeed listed, as are many other analytics services, bugsnag and kissmetrics to name a few.
Re: UBlock defaults to blocking Google Analytics tracking
#17If you read https://github.com/gorhill/uBlock/#philosophy then that's not surprising at all. Disconnect.me also blocks Google Analytics.
Blocking standard analytics on small websites who do not server ads is being dick. Now I do not know who is using my website. I can not optimize it for longer user sessions, I can not figure out which are the most popular pages, I can not record client-side errors, I can not track caching and page load time. Basically this screws over those want to create good website experiences. Blinding us in this way is pretty us…
Re: UBlock defaults to blocking Google Analytics tracking
#18Earlier quoted context omitted.
I think a fair portion of the people who are consciously blocking GA might think that beaming back a ton of information to the Google mothership is also "being dick," because they don't want ad-tracking profiles to be built for them based on their browsing habits across millions of websites. If you want to balance the desires of your privacy-savvy users and your craving for analytics, why not use Piwik and self-host…
It block self-hosted Piwik by default too!
it's completely unreasonable to expect websites not to do something as simple as tallying unique visitors or recognizing returning customers via cookies/fingerprinting on their own properties.
Re: UBlock defaults to blocking Google Analytics tracking
#19Little nitpick - the line linked to is /googleanalytics.js, which I believe in most situations will do absolutely nothing. It's the lines referring to "analytics.js" and "ga.js" that actually matter. EDIT: For clarification, analytics.js and ga.js are in indeed listed, as are many other analytics services, bugsnag and kissmetrics to name a few.
The filter that actually blocks it (at least in my installation) is "||google-analytics.com^".
Re: UBlock defaults to blocking Google Analytics tracking
#20It's just doing what it's supposed to do.