활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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...
조회 수
답글
좋아요 수
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!
조회 수
답글
좋아요 수
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...
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수