Live data from Hacker News

UBlock defaults to blocking Google Analytics tracking

github.com

11–20 of 90 posts

Re: UBlock defaults to blocking Google Analytics tracking

#11
post #8
post #6

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…

It block self-hosted Piwik by default too!

Re: UBlock defaults to blocking Google Analytics tracking

#12
Little 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

#13
post #9

Earlier 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.

In most cases wouldn't it just be enough that you're logged into your Google account recently via the same IP

Re: UBlock defaults to blocking Google Analytics tracking

#14
post #11
post #8

Earlier 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!

Thanks. Knowing that, I'll probably go out of my way to whitelist 'piwik.js', etc. I'd be willing to trade some personal information to any host wanting to use a self-hosted Piwik instance over a big analytics platform.

Re: UBlock defaults to blocking Google Analytics tracking

#15
post #2

More 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.

Google's spying hurts your users.

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

#16
post #12

Little 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

#17
post #6
post #3

If 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…

Nothing stops you from doing analysis yourself.

Re: UBlock defaults to blocking Google Analytics tracking

#18
post #11
post #8

Earlier 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!

this is unfortunate. i think anything that's same domain should be allowed through, even 2nd-level might be okay. it's third-party tracking that should be disabled because of cross-domain tracking capability.

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

#19
post #12

Little 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^".

good point, if you can't even get to the domain, who cares what the file name is.
Post reply on HN