Hi Dwright, we're having trouble with the adobe_mc parameters in
webviews to get the ECID in Android, this is an example of the parameter
passed to the webview URL:
TS%3D1660981679%7CMCMID%3D67579004973751132215752525457293482498%7CMCORGID%[...]%40AdobeOrg
where on iOS we have it decoded:
TS=1660985964|MCMID=25673402669707913044806099111595030088|MCORGID=[...]@AdobeOrg
As far as i know the encoded parameter should work, but till now only in
iOS the Api is getting the MCMID ID. This is the only d...