Stop donating your customers' data to Google Analytics
21–30 of 163 posts
Re: Stop donating your customers' data to Google Analytics
#22The headline is wrong, it should be changed to "Stop donating your customers' data to Google Analytics ... donate to another large corporation instead!" There are much better options out there. Quite apart from the solutions listed in these comments, a better option is to reconsider whether you really need analytics at all. Maybe the answer is yes if you are a business trying to understand your customers. But not eve…
Re: Stop donating your customers' data to Google Analytics
#23The headline is wrong, it should be changed to "Stop donating your customers' data to Google Analytics ... donate to another large corporation instead!" There are much better options out there. Quite apart from the solutions listed in these comments, a better option is to reconsider whether you really need analytics at all. Maybe the answer is yes if you are a business trying to understand your customers. But not eve…
Or you could write the 10 lines of JavaScript that'll do what 99% of people use Google analytics for
Re: Stop donating your customers' data to Google Analytics
#24And firebase analytics is much the same as GA right? In fact I think it’s even viewed on the GA portal.
Re: Stop donating your customers' data to Google Analytics
#25Re: Stop donating your customers' data to Google Analytics
#26The headline is wrong, it should be changed to "Stop donating your customers' data to Google Analytics ... donate to another large corporation instead!" There are much better options out there. Quite apart from the solutions listed in these comments, a better option is to reconsider whether you really need analytics at all. Maybe the answer is yes if you are a business trying to understand your customers. But not eve…
Or you could write the 10 lines of JavaScript that'll do what 99% of people use Google analytics for
Re: Stop donating your customers' data to Google Analytics
#27Shows me a fun 'You are not connected to the internet' page that lets you doodle on the page.
Re: Stop donating your customers' data to Google Analytics
#28It would be handy if people listed here all the alternatives that don't steal your customer info.
Re: Stop donating your customers' data to Google Analytics
#29The suggested Google Analytics implementation today is a collection of three separate Google technologies: the original GA, Doubleclick cookies to track demographics and interest, and Tag Manager to manage them. The original GA does not give Google useful cross-site user data because it uses only first-party cookies and anonymizes data as it collected it. To my knowledge you can still implement GA this way If you wan…
No, they don't anonymize the collected data (for any reasonable definition of "anonymous". The IP address alone gives GA a very close approximation of a unique key, and their own documentation[1] explains the "anonymization" process:
"... the last octet of the user IP address
is set to zero ..."
(if the logged event doesn't opt-in to this behavior by adding &aip=1 then GA presumably saves the entire IP. How many GA users bother setting that option?)The 8 least significant hits of an IPv4 address are the least interesting. The remaining 24 bits gives GA the ASN and is a lot of entropy for fingerprinting. It would be trivial to recover a unique key from the "anonymized" address by combining it with other analytics data, other cookies, timestamps.
[1] https://support.google.com/analytics/answer/2763052?hl=en
Re: Stop donating your customers' data to Google Analytics
#30It would be handy if people listed here all the alternatives that don't steal your customer info.