Whenever a link tracking call is sent to Adobe, data collection servers automatically detect the URL. Use the linkURL
variable to override the detected URL.
There is not a dedicated field in Launch to use this variable. Use the custom code editor, following AppMeasurement syntax.
The s.linkURL
variable is a string, containing the URL of the browser when the link was clicked. This variable does not populate any dimensions available in reporting.
s.linkURL = "https://example.com";
If the linkName
variable is not set for a link tracking call, the linkURL
variable is used instead.