Are events and attributes collected on the webview pages of our app by default?

Prev Next

Insider’s Mobile SDK cannot be directly integrated in the webview pages as they are not app pages. To collect any data from these pages or take different actions, the app SDK cannot be used as it does not support this environment. You can achieve this in two methods:

  1. You can set up a bridge between the webview and Insider SDK.

  2. You can integrate the Insider object as these are webview pages.

It is important to evaluate the best approach based on your specific requirements and how you want to leverage the data collected across platforms.