Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!

Cookie sync across domains

Avatar

Level 4

4/5/13

Currently the options are to use either thrid party cookie or first party cookie.

With third party cookie the visitor ID is in sync across domains, but third party cookie support is reduced over time.

With first party cookie the visitor ID is different on different domains, prohibiting correct analysis of unique visitors across multiple domains.

 

Solution:

Use first party cookie as default, but use a third party cookie to sync the cookie information across domains.

This way the main functionality is based on FPCs with all advantages. For all users who accept thrid party cookies the information are synced across all domains.

 

This could also be used to sync cookie information for cross visit pathing, getValOnce information, Timestamps for campaign expiry....

2 Comments

Avatar

Level 7

4/11/13

The latest version of the s_code will attempt to set a 3rd party cookie (if your implementation is 3rd party), if it can't set a 3rd party cookie it will set a first party cookie. 

 

There's no syncing of 1st party cookies across domains since this would break the privacy intention around anyone/browser who disables 3rd party cookies. 

 

So you have a kind of hybrid approach. Obviously as more browser block 3rd party cookies your solution moves closer percentage wise to a 1st party cookie implementaton and that also means you loose the ability to de-dupe users across a network as this happens.

Avatar

Level 4

4/11/13

Thats true - I only realized yesterday that Mozilla will now block 3rd party cookies as well. Until now this approach worked very good, but it seems that it won't in future