All Collections
Data Collection & GDPR
Data Collection
How to tag WebView sections of my app?
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.

Claire avatar
Written by Claire
Updated over a week ago

If you want to tag custom data in the WebView sections of your app, methods presented in our iOS and Android 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. 

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


This article belongs to Batch's FAQ. Need more help? Find insightful articles, documentation, case & market studies, guides, and even more in our website's Resources section on batch.com and our blog.

Did this answer your question?