Expand my Community achievements bar.

SOLVED

Mid is different in the native app and in the webview

Avatar

Level 1

I am developing a new app in which we are using adobe and we see that passing the MID with Identity.appendTo -> URL for a webview does not work.

 

The adobe_mc does carry the value of my native MID but then I see that the adobe analytics markup of the webview itself marks a totally different MID.

 

I am using the SDKs with SPM. What's going on?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Check this thread as I think its very similar to your issue. Possibly a similar methodology may solve your problem.

 

https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/mobile-app-analytics-is-t...

 

GLTU

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Check this thread as I think its very similar to your issue. Possibly a similar methodology may solve your problem.

 

https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/mobile-app-analytics-is-t...

 

GLTU

Avatar

Employee

@santiprz__ ,
Did you try "overwriteCrossDomainMCIDAndAID" method?
Setting "overwriteCrossDomainMCIDAndAID" to true would overwrite the MID set in the browser cookie with the MID set by the mobile app.

https://experienceleague.adobe.com/docs/id-service/using/id-service-api/configurations/overwrite-vis...