Earlier quoted context omitted.
It's possible for a company, which is seemingly providing you a service since you visited the site, to make money off a targeted ad in exchange for free video streaming/content/entertainment. The whole thing has always seemed overblown to me. Websites make much more money off targeted ads, allowing them to do things like allow anyone to upload a video of any length and quality for free. And view other videos people u…
Give me the option to pay more if it lets me get more privacy. Otherwise I keep using fake accounts, VPN, antifingerprinting methods, ad blockers, etc.
Italian watchdog bans use of Google Analytics
391–400 of 614 posts
Re: Italian watchdog bans use of Google Analytics
#392Italy is the 4th in a string of recent decisions across the EU. (We're tracking these cases on isgoogleanalyticsillegal.com along with details for each.) Note that it's not illegal to use GA entirely, just illegal to use in its default state which transmits PII to the US.
Some time ago Google gave EU admins the option to select a local regional (EU) server. This means the data is not send to the US. But! It’s still nog fully legal as the Google HQ (and thus the US government( can still access all the data.
The title of this post and a lot of the comments are projecting what they want GDPR to be (all non european online entities banned from doing business in the EU) vs how its being enforced.
Re: Italian watchdog bans use of Google Analytics
#393Earlier quoted context omitted.
Sounds like it would create jobs too, that's a plus not a minus lol
"Creating jobs" to inefficiently solve a solved task is not a good thing, it is society burning it's tax income. It is only good to create jobs when the output of those jobs is increased value.
Re: Italian watchdog bans use of Google Analytics
#394Re: Italian watchdog bans use of Google Analytics
#395Earlier quoted context omitted.
Italian laws do not apply to Google USA.
Not generally, but they do apply to Google Italia, who would not legally be allowed to respond to requests from Google USA for European PII.
So the existence of Google USA makes Google Italia operation illegal.
Re: Italian watchdog bans use of Google Analytics
#396I've slowly started ripping Google Analytics out of my Rails projects and replacing it with https://github.com/ankane/ahoy . It's so much better! I can just use SQL to see what's going in and not get overwhelmed with 100's of visualizations and complicated dashboards.
Re: Italian watchdog bans use of Google Analytics
#397Earlier quoted context omitted.
Unless there is a very simple "reject" button, I click okay. Between Firefox's native protections, DNS-level blocking and uBlock, I have a lot more confidence in my own protections than I do in their honesty, and it's not worth it to me to uncheck a bunch of boxes.
Yeah clicking anything but okay or reject all (which I rarely ever come across) is usually a maze of options no one has time for except some tiny dedicated minority.
Re: Italian watchdog bans use of Google Analytics
#398I've slowly started ripping Google Analytics out of my Rails projects and replacing it with https://github.com/ankane/ahoy . It's so much better! I can just use SQL to see what's going in and not get overwhelmed with 100's of visualizations and complicated dashboards.
I use Ahoy too, but I don't have very good visibility into the data. I should spend more time building queries and creating charts. I should probably set up blazer as well: https://github.com/ankane/blazer It would be really nice if Ahoy came with a web UI that covered all the basics.