To capture the mcid from native app to web container using cookies(AMCV). | Community
Skip to main content
Ashok_Adiyolil
Level 2
September 7, 2020
Solved

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

  • September 7, 2020
  • 1 reply
  • 1327 views

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?

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 sucagarw

Hi @ashok_adiyolil ,

 

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. 

1 reply

sucagarw
Adobe Employee
sucagarwAdobe EmployeeAccepted solution
Adobe Employee
September 11, 2020

Hi @ashok_adiyolil ,

 

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.