Expand my Community achievements bar.

SOLVED

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?

1 Accepted Solution

Avatar

Correct answer by
Level 3

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. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

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.