(no title)
cdrx | 5 years ago
So you may rely on legitimate interest to process the data, but you need the consent to store the session cookie to collect the data in the first place.
cdrx | 5 years ago
So you may rely on legitimate interest to process the data, but you need the consent to store the session cookie to collect the data in the first place.
that_guy_iain|5 years ago
If you have special offers based on the URl they came from then it is strictly necessary to be able to remember where they came from so they get the special offer and don't fall victim to false adverstising.
Strictly necessary means if the website will break in anyway without it.
cdrx|5 years ago
You could a/b test based on even or odd numbered IP address and not require consent to store a cookie. You can pass the referrer around via query string and not require consent to store a cookie.
However, as you said, there is no enforcement of the regulation so the risk of non-compliance is basically zero :)