We do it a bit differently (French company).
Since the only cookie that is endangered is the « third party cookie », it is very much ok to store anonymous session information in a first party cookie for all anonymous visitors.
So we store page views and utm there, and capture this data in the datawarehouse when (and only when) there is a conversion.
This is also working with returning visitors (who most likely kept the first party cookie).
culturedsystems|4 years ago
CogitoCogito|4 years ago
I mean my gut feeling is that you're correct, but I kind of wonder about this case.
edit: A cursory reading of this site makes me think you are correct:
https://www.privacypolicies.com/blog/eu-cookie-law/
xyzzy_plugh|4 years ago
Edit: I honestly have no idea, I haven't read the regulations and I'm curious if any experts know. Seems sleazy regardless!
wdb|4 years ago
ahmedelsama|4 years ago
kcartlidge|4 years ago
Data protection regulations (esp. GDPR) are totally unconcerned with the distinction between first and third party cookies. They are concerned with data collection permissions and scopes, regardless of the technology used.
If you are capturing information which is not essential to the service/product you are offering at that moment and in that session, then you need specific permission - even for your own cookies. And if you did not have that permission at the time it was collected then you cannot merge it into records after conversion.