Encoding conversion plugin parameter
The encoding conversion plugin uses the wt.dep parameter during the character encoding conversion process.
wt.dep contains a semicolon-delimited list of custom DCSext query parameters on a web page. The encoding conversion plugin uses this information to identify the parameters that are known to be encoded in UTF-8. For example, a web page that contains DCSext.abc=655 and DCSext.xyz=889 is captured by the Infinity tag as wt.dep=abc;xyz.
The Infinity tag generates this parameter when the gi18n global variable is set to true and a web page contains DCSext parameters.
| Valid value | A string with one or more semicolon-delimited DCSext parameters |
| Syntax | WT.dep=DCSext_parameter1;DCSext_parameter2
|
| Example | WT.dep=abc;xyz
|
Note: Do not use this parameter for collecting data.