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.