This case is about the old Analytics that was replaced with Google Analytics 4 in 2020. So they must stop using a version that Google definitely killed July 1 this year. There are arguments that GA4 would fail the same requirements. Denmark hold that view but it hasn't been tried. Their argument is that a EU-citizen that goes to Asia and visits a site there, will have his information sent to US servers and not EU ser…
The result is the balkanization of the internet, although most folks in the EU want that for nationalistic reasons and to prop up their own industries, under a thin veneer of opposing US imperialism (but being unable to do anything with respect to the things which actually threaten the EU, such as an over dependence on Russia.)
Companies must stop using Google Analytics
51–60 of 672 posts
Re: Companies must stop using Google Analytics
#52Earlier quoted context omitted.
"Roll your own" is hubris, unless you have the time, energy, inclination, theoretical knowledge, etc; I wouldn't try and solve solved problems if you can help it. But, host your own is definitely recommended IMO; a lot of the GDPR issues are resolved if you just host your own, because no data is shared to a 3rd party. Then you only need to worry about getting some approval and data retention. I'm sure data retention…
> unless you have the time, energy, inclination, theoretical knowledge Why does anyone need all that?
Re: Companies must stop using Google Analytics
#53Who needs analytics? I'm confused. When I worked at companies using google analytics, 99.9% of the time they could have gotten this data from server logs with something like awstats or goaccess. To this day, I still don't get what's the point of embedding some javascript to do extra-requests or a tracking pixel, when the data was already given once.
Not that they actually get questioned properly about actual stats, but they can confidently say they have GA set up and it’s showing some numbers, so just trust us.
Google is “trusted”. Why would the person setting their budget put faith in some hand rolled/open source solution ?! /s
Re: Companies must stop using Google Analytics
#54> According to the data protection regulation, GDPR, personal data may be transferred to third countries, i.e. countries outside the EU/EEA, if the European Commission has decided that the country in question has an adequate level of protection for personal data that corresponds to that within the EU/EEA. However, the CJEU ruled through the Schrems II ruling that the United States could not be considered to have such…
Thing is, the IP address is also considered personal information (since it can be combined with other data to identify a person), and it is getting transferred with every request. The CJEU ruling about the US is mainly due to the fact that US service providers have to hand over all data if US government agencies request it.
Using any analytics, hosted in US, in the EU or hosting it myself, will involve moving and storing PII.
To be clear, I agree we should keep PII in EU. But I doubt that an EU solution will improve anything for the end user.
Re: Companies must stop using Google Analytics
#55Unrelated: I used ChatGPT to generate remark.js presentation HTML code from some content. It did generate the code, but it inserted a GA snippet along with a random GA account code at the bottom of the code. I did not even catch it immediately (laziness, totally my fault), but noticed it a couple of days later when I was modifying the presentation.
> totally my fault IMHO, it's not totally your fault; private information shouldn't be shared with others. It's your responsibility to verify what ChatGPT is writing before you use it; it's OpenAI's responsibility to not share private information.
Re: Companies must stop using Google Analytics
#56why? then what are the alternatives of google analytics. Google is big guient that are collecting all world data. alternative platforms are doing the same. We are not secure anywhere i think. Privacy is already brocken, no options.
Because of the law in US that the governments have right to all data stored on any server that a US company or its subsidiaritets own. That clash with the EU GDPR law and the fact that Sweden categorize IP-adress as a Privacy data point. I.e they can switch to a European vendor that do tracking and analytics.
Static IP-adresses are considered identity by EU court[0]. There have been several verdicts where EU court have ruled them subjective to GDPR.
[0] https://curia.europa.eu/juris/liste.jsf?language=en&num=C-70...
Re: Companies must stop using Google Analytics
#57Earlier quoted context omitted.
Great for plausible.io of course. But what is the difference for the end user? - GDPR: hosted in EU vs US, so your data is traveling less far. The things the plausible can do with the data is more or less the same. - No cookies: don't see the point of that tbh, they will probably perform even more invasive tricks like finger printing to replace the cookie requirement Bottom line, the website visitors data is still lo…
Plausible can also be self-hosted, unlike GA.
Re: Companies must stop using Google Analytics
#58Who needs analytics? I'm confused. When I worked at companies using google analytics, 99.9% of the time they could have gotten this data from server logs with something like awstats or goaccess. To this day, I still don't get what's the point of embedding some javascript to do extra-requests or a tracking pixel, when the data was already given once.
Re: Companies must stop using Google Analytics
#59I think for most use cases users would want to know if their content is consumed/read. Maybe how long someone spends on it and where they came from. For this sort of stuff you can write a small script to parse your logs. I did something along these lines to parse Caddy logs to get some idea of how many people visit a link. That's really all I needed and the great part is that I run it whenever I want an update, so it's not consuming resources constantly. The logs are cleared and the output is saved before logs are cleared so I know Article 1 had 39 views (or less!) and Article 2 had 5 views and so on...
So I think we're overdoing it and we would benefit from taking a few minutes before going down the rabbit hole of analyzing EVERYTHING.
Re: Companies must stop using Google Analytics
#60What I am curios about is how much people actually use ALL the analytics information provided by a lot of these tools. I know Matomo and other such open source/self-hostable solutions, but how much info do you really use? I think for most use cases users would want to know if their content is consumed/read. Maybe how long someone spends on it and where they came from. For this sort of stuff you can write a small scri…
IFF you have access to your logs.