Expand my Community achievements bar.

SOLVED

Native App with WebViews: how to make visits unique across the two worlds?

Avatar

Level 1

Hi all,

i have a weird situation with this client: it has a consumer APP which is partially native and partially retrieves page from the web with the webviews.

From the analytics side, this means that site catalyst requests are sent from the native side through the java/ios library, and from the web with the usual javascript code.

Obviously, since these parts don't talk to each other, we got double visits for each user (one visit counted for the native side, one for the web side).

Have you ever met this situation? What do you suggest to make visits unique between the two sides?

 

Thank you,

Alessandro

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

Yes, you can link them to avoid the duplication. Here are developer docs on how to do that:

iOS: https://marketing.adobe.com/resources/help/en_US/mobile/ios/hybrid_app.html
Android: https://marketing.adobe.com/resources/help/en_US/mobile/android/hybrid_app.html

Jared Butterfield
Mobile Engineer
Adobe Marketing Cloud

View solution in original post

4 Replies

Avatar

Correct answer by
Employee

Hi,

Yes, you can link them to avoid the duplication. Here are developer docs on how to do that:

iOS: https://marketing.adobe.com/resources/help/en_US/mobile/ios/hybrid_app.html
Android: https://marketing.adobe.com/resources/help/en_US/mobile/android/hybrid_app.html

Jared Butterfield
Mobile Engineer
Adobe Marketing Cloud

Avatar

Level 5

Hi

Are you using IFRAME to serve webpages through mobile devices?

 

Regards

Devinder

Avatar

Level 1

Thank you very much, this helps a lot.