Disabling automatic outbound link tracking
If the Medallia Orchestration Plugin is enabled, the SDK will automatically send an Interaction request to /mxo-click
as a url is opened in Web View, Custom Tab or external browser to facilitate last click attribution.
To disable automatic outbound link tracking, call the disableOutboundLinkTracking
Kotlin extension function or the MedalliaMXO.setAutomaticInteractionTrackingConfiguration
Java method with the appropriate configuration, as shown below:
If you have disabled automatic outbound link tracking, you can still track a URL or Uri, by calling the java.net.URI.sendInteractionForOutboundLink
or android.net.Uri.sendInteractionForOutboundLink
Kotlin extension functions or the MedalliaMXO.sendInteractionForOutboundLink
Java method, as shown below:
This will send a POST request to Medallia Experience Orchestration. Pass the URL or Uri, to send an Interaction request to /mxo-click
using the same logic as is available automatically.
/mxo-click
Interaction request in Medallia Experience Orchestration, to capture the appropriate Attributes and Activities.