Most websites, made by low budget webdevs which are thriving thanks to companies asking for low budget websites[1], do not consider - even in the EU - the reject option. In the large majority of websites, Google Analytics fires even before the cookie banner, and the banner is only used to inform you that by continuing navigation you are accepting to be tracked. Yes, this is illegal. But not enforceable. [1]: there ar…
GDPR – No reject option – what to do?
21–30 of 74 posts
Re: GDPR – No reject option – what to do?
#22It's not illegal to just cookie-wall your whole site without options, or is it? This site here e.g. does it: https://www.spiegel.de/ imprint is still reachable, but if you want to read this news site you'll have to allow all the tracking crap.
Re: GDPR – No reject option – what to do?
#23Checking whether cookie banners are compliant should be mostly straightforward for regulatory bodies. In 90% of cases it’s clear if there’s opt in or not. Why can’t regulatory bodies set up automated flows and tools to handle this at scale? Don’t need to catch every case but they should be able to massively scale the complaints process for this.
Based on the lack of any real regulatory action under GDPR, I’m guessing regulators would prefer not knowing who’s breaking the law since they aren’t actively enforcing GDPR (for better or worse).
Re: GDPR – No reject option – what to do?
#24It's not illegal to just cookie-wall your whole site without options, or is it? This site here e.g. does it: https://www.spiegel.de/ imprint is still reachable, but if you want to read this news site you'll have to allow all the tracking crap.
They call it Nudging.
I might translate this to a proper blog post in English.
Re: GDPR – No reject option – what to do?
#25Earlier quoted context omitted.
I thought there was an official governmental point of contact that handled such complaints, and had teeth?
I filled 2 years ago a few complaints. It took over 1 year for an answer. Basically nothing happened. The Data Protection Authority are underfunded and understaffed. They try the best with their resources.
Not the best way, I know, but better than nothing.
Re: GDPR – No reject option – what to do?
#26That might well not be a problem, depending on how the configuration and setup of Google Analytics was done in that case.
From https://www.cookiebot.com/en/google-analytics-gdpr/
- turn on IP anonymisation
- don't send personal data
- don't send pseudonymous identifiers
- I add: tell GA to not set cookies and to not track the user (IIRC it's "storage" set to "none" and "storeGac" set to false)
If one does that when the user's not opted-in to "analytics" or "tracking", that ought to be enough to satisfy informed consent, no? The site is then just tracking page views, with no personal information or cookies to fly around.
If the user then opts-in to analytics then the site's code could well send more pseudonymous data to Google Analytics, with the user's consent, as well as tell GA it's fine to track the user around the site using a cookie or whatever other means.
Same goes for the setup for Adwords or similar: it's all in the hands of the website, and so long as things are configured to not track the user, it might be fine.
If a site's livelihood depends on showing ads to users, it doesn't mean that the user has to opt-in to ads. They ought to opt-in to being tracked by the ad provider.
So, configure _that_ -- no opt in? No tracking. Opt in? Tracking, remarketing, retargeting, what-have-you.
It's all about "playing safe" and _not_ tracking when the user's not opted in.
Many sites instead do it the other way around, and do it all until/unless the user's opted-out.
And even then, I wouldn't hold my breath that they're really doing it.
Some are, or at least try hard to.
Re: GDPR – No reject option – what to do?
#27Most websites, made by low budget webdevs which are thriving thanks to companies asking for low budget websites[1], do not consider - even in the EU - the reject option. In the large majority of websites, Google Analytics fires even before the cookie banner, and the banner is only used to inform you that by continuing navigation you are accepting to be tracked. Yes, this is illegal. But not enforceable. [1]: there ar…
My experience is that customers don't even want a reject option, and that pricing is not really part of the question.
Re: GDPR – No reject option – what to do?
#28It's not illegal to just cookie-wall your whole site without options, or is it? This site here e.g. does it: https://www.spiegel.de/ imprint is still reachable, but if you want to read this news site you'll have to allow all the tracking crap.
It is illegal, they cannot offer free but tracked vs paid and untracked service. I guess GDPR enforcement didn't reach them yet.
Re: GDPR – No reject option – what to do?
#29It's not illegal to just cookie-wall your whole site without options, or is it? This site here e.g. does it: https://www.spiegel.de/ imprint is still reachable, but if you want to read this news site you'll have to allow all the tracking crap.
Re: GDPR – No reject option – what to do?
#30Most websites, made by low budget webdevs which are thriving thanks to companies asking for low budget websites[1], do not consider - even in the EU - the reject option. In the large majority of websites, Google Analytics fires even before the cookie banner, and the banner is only used to inform you that by continuing navigation you are accepting to be tracked. Yes, this is illegal. But not enforceable. [1]: there ar…
My experience is that customers don't even want a reject option, and that pricing is not really part of the question.