MCVID in 2 different domains | Community
Skip to main content
Level 2
June 25, 2020
Solved

MCVID in 2 different domains

  • June 25, 2020
  • 2 replies
  • 1244 views

Hi,

 

Our website has 2 different domains. So if we have 1 Launch property and 1 report suite for both the two different domains, would my MCIVD will remain the same across the two different domains or would it change.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kainth

@praveshn5700477Since the domains are different for both the website. So, I will suggest you to use the appendVisitorIDsTo method in case of cross-domain tracking because in case of browser like Safari which tends to block the third party cookie can lead to inflated Visitors as the visitor will be treated as an entirely new visitor when he moves from one domain to another. For more information on appendVisitorIDsTo you can refer to the below documentation link.

 

Link: https://docs.adobe.com/content/help/en/id-service/using/id-service-api/methods/appendvisitorid.html

 

Regards,

Abhinav

2 replies

kainthAccepted solution
Level 6
June 25, 2020

@praveshn5700477Since the domains are different for both the website. So, I will suggest you to use the appendVisitorIDsTo method in case of cross-domain tracking because in case of browser like Safari which tends to block the third party cookie can lead to inflated Visitors as the visitor will be treated as an entirely new visitor when he moves from one domain to another. For more information on appendVisitorIDsTo you can refer to the below documentation link.

 

Link: https://docs.adobe.com/content/help/en/id-service/using/id-service-api/methods/appendvisitorid.html

 

Regards,

Abhinav

Adobe Employee
June 29, 2020

To add to what @kainth mentioned, if your site does not block third party cookies then the ID Sync call would run through our demdex servers and return the same MCVID on Domain 2. The method suggested would work if there's a journey from Domain 1 to Domain 2.