Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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...

View solution in original post

3 Replies

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

Correct answer by
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