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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

How can i send the same mcid from one adobe suite to another report suite?

Avatar

Level 2

Hello,

 

I am palnning to send the same mcid from one adobe report suite to another?

like the mcid in .com and app report suite to be the same

 

 

 

Thanks in Advance

Reddy

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

If you are using multi-suite tagging, hits to both the report suites will be sent with the same MCID.

 

However, if you are trying to send the MCID created in an app to a website, you can do by using appendToURL method. Below, docs explain how this it can be implemented.
https://docs.adobe.com/content/help/en/mobile-services/android/experience-cloud-android/mc-methods.h...

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

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Employee

Hi there,

 

Visitor ID service should serve the same MID as long as you are using same Marketing cloud ORG ID in the configuration and the demdex cookie is present. To get same mid across app and web, you may implement appendVisitorIDsTo function and that will help your use case.

 

Hope this helps!

 

Avatar

정확한 답변 작성자:
Employee Advisor

If you are using multi-suite tagging, hits to both the report suites will be sent with the same MCID.

 

However, if you are trying to send the MCID created in an app to a website, you can do by using appendToURL method. Below, docs explain how this it can be implemented.
https://docs.adobe.com/content/help/en/mobile-services/android/experience-cloud-android/mc-methods.h...

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

Avatar

Level 4

If you want to track same visitor across and web ( where in customer moves from app to web browser), you should be using
Visitor.appendToURL()  function

 

https://docs.adobe.com/content/help/en/mobile-services/android/sdk-reference-android/hybrid-app.html