How to tag WebView sections of my app?

If you want to tag Custom Data in WebViews in your app, you can create a bridge between the WebView and the native section of the app.

If you want to tag custom data in the WebView sections of your app, the methods presented in our SDK documentation won't work out of the box.

However, it's possible to implement a system where the web section of the app sends actions to the native section of the app, with a JSON (e.g., "action":"trackEvent", parameters: {"name": "view_page", "label":"settings"}).

This JSON will be interpreted by the native section of the app, and standardized for both OS to facilitate web development.

This is a custom implementation, we will not be able to provide technical support on this integration.

Last updated

Was this helpful?