|
|
|
|
|
by MatekCopatek
848 days ago
|
|
The cookie consent window is just a lazy way of how most developers decided to handle the regulation. This might vary from country to country, depending on how exactly each EU member implemented it, but where I live, you didn't have to ask permission for cookies related to core functionality (e.g. basket state in a webshop). IIRC you were even able to get away with light tracking, if it supported your main usecase (e.g. counting product views to generate a list of most viewed products) and didn't expose the data to a 3rd party service. But yeah, it's much easier to keep sending all the user data to Google Analytics and complain about the EU forcing you into spammy cookie consent windows then it is to understand what the legislation is trying to achieve and reduce the amount of data you're collecting. |
|