Disabling WebView tracking
WebView
Interaction path.WebView
, the path for an Interaction is generated as a wildcard. For example, for a local WebView
folder in the assets directory the Interaction path will be android://touchpoint/*/webview/*
, and if there is no such directory in local files, the path will be generated directly for an html
file as follows: android://touchpoint/*/htmlfilename
. To disable WebView
tracking, call the disableWebViewInteractionTracking
Kotlin extension function or the MedalliaMXO.setAutomaticInteractionTrackingConfiguration
Java method with the appropriate configuration, as shown below: