내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

MCVID in 2 different domains

Avatar

Level 3

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.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 6

@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 답변 개

Avatar

정확한 답변 작성자:
Level 6

@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

Avatar

Level 2

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.