How can i send the same mcid from one adobe suite to another report suite? | Community
Skip to main content
Level 2
August 9, 2020
Solved

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

  • August 9, 2020
  • 3 replies
  • 1496 views

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

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 khurshid

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.html

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-visitor-id.html

3 replies

Adobe Employee
August 10, 2020

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!

 

khurshid
Adobe Employee
khurshidAdobe EmployeeAccepted solution
Adobe Employee
August 11, 2020

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.html

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-visitor-id.html

Level 4
August 12, 2020

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