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
Solved! Go to Solution.
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
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!
Views
Replies
Total Likes
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...
Views
Replies
Total Likes
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
Views
Replies
Total Likes