Thanks LoTR - I have seen that thread. I'm still confused. After setting adobe_mc within app the values in MCMID and `window._satellite.getVisitorId().getMarketingCloudVisitorID()` webview don't correlate. My question is - do I need to explicitly set the value of `getMarketingCloudVisitorID()` withi...
I'm trying to track visitors from a native app (in iOS and Android) into a WebView. Following the guide the URL is appended with `…com/?adobe_mc=TS=1234567890%7CMCMID=12345678901234567890123456789012345678%7CMCORGID=ABC12345678901234567ABC%2540AdobeOrg&app=android&version=x.x.xx`. On the WebView sid...
If the rule that is firing is an Event Type of Direct Call, then the Data Element doesn't have access to `getVar`. You can access the values inside the Data Element through `event.detail.name`, and `event.detail.value`.