Get MCVID from mobile app SDK | Community
Skip to main content
chrisludwig87
New Participant
November 10, 2022
Solved

Get MCVID from mobile app SDK

  • November 10, 2022
  • 2 replies
  • 1835 views

Hi,

we've implemented the mobile app SDK and are now transferring and aligning context data to the appropriate eVars in AA. We used to track the Marketing Cloud Visitor ID from our websites for exporting reasons and I simply don't know which context data element to use to get the same value from the app. Is it simply not available or am I just not seeing it?

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 chrisludwig87

Is this really working exactly the same way with the Mobile App SDK?

2 replies

VaniBhemarasetty
Employee
November 11, 2022

@chrisludwig87 You should pass the MID in your track state and tract action calls by calling this function "getMarketingCloudVisitorID"  and populate in a context data variable and map it to an eVar using processing rules 

Below is the reference for the same 

https://experienceleague.adobe.com/docs/id-service/using/id-service-api/methods/getmcvid.html?lang=en

 

 

chrisludwig87
chrisludwig87AuthorAccepted solution
New Participant
November 11, 2022

Is this really working exactly the same way with the Mobile App SDK?

VaniBhemarasetty
Employee
November 11, 2022

@chrisludwig87 Yes, it should 

Jennifer_Dungan
New Participant
November 10, 2022

It's not available.... I had to get our developers create a custom context variable to pass the information so that I could map it in Processing Rules......

chrisludwig87
New Participant
November 11, 2022

Would that mean using the "getTrackingIdentifier" functionality?