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()` within Launch? The documentation
suggests this will be done automatically.
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 side we have Launch with the Experience Cloud ID Service
plugin. In the troubleshooting guide it states "My mid is not identical
in my app to my web view" but I'm not sure how to validate this. Is the
mi...
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`.