Including identity transfer links
The SDK will append a tid
URL query parameter to all links opened from a mobile app. To limit this behavior, and only append a tid
to a specific set of links to which the SDK should append a tid
, call the mxoIdentityTransferConfiguration
Kotlin top-level property or MedalliaMXO.setIdentityTransferConfiguration
Java method, as shown below:
When a link is included, a tid
URL query parameter will be appended to the included link only, superseding any excluded identity transfer links
empty list
or null
clears the existing list.