Double encode link parameters using the Web SDK
This variable is specific to AppMeasurement, and is not needed in any type of Web SDK implementation.
Double encode link parameters using the Adobe Analytics extension
There is not a dedicated field in the Adobe Analytics extension to use this variable. Use the custom code editor, following AppMeasurement syntax.
s.decodeLinkParameters in AppMeasurement and the Analytics extension custom code editor
The s.decodeLinkParameters
variable is a boolean that determines if link tracking values get double encoded. If this variable is not defined, its default value is false
to preserve functionality for existing implementations. Adobe recommends setting this value to true
for all new implementations, especially if you see URL encoded values in link tracking reports.
s.decodeLinkParameters = true;