Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

To capture the mcid from native app to web container using cookies(AMCV).

Avatar

Level 3

Scenario:-

We are trying to do visitor stitching in native app .We have to grab the mcid to session storage or the cookies(AMCV).As we are having separate URL which is having multiple redirects.We tried to implement adobe recommended way but its not working .So we need to override the website mcid over the mobile app.

Do we have any possibilities to pass the value from native app to web container and store it to session storage or cookie(AMCV)?

Can anyone please suggest me a solution for this issue?

0 Replies

Avatar

Level 2

Hi @Knowledgeseeker98 ,

 

To overwrite MID value while navigating from App to web can be implemented by following the links shared below.

ios

Android

 

However to store the value to a session storage you might need to implement custom code for the same.