Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Get MCVID from mobile app SDK

Avatar

Level 3

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?

1 Solução aceita

Avatar

Resposta correta de
Level 3

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

Ver solução na publicação original

5 Respostas

Avatar

Community Advisor and Adobe Champion

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......

Avatar

Level 3

Would that mean using the "getTrackingIdentifier" functionality?

Avatar

Employee Advisor

@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=e...

 

 

Avatar

Resposta correta de
Level 3

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

Avatar

Employee Advisor

@chrisludwig87 Yes, it should