---
title: "Conversion Plug-In Parameters"
slug: "conversion-plug-in-parameters"
updated: 2020-04-16T20:29:45Z
published: 2020-04-16T20:29:45Z
canonical: "onpremises.webtrends.help/conversion-plug-in-parameters"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversion Plug-In Parameters

The Webtrends encoding conversion plug-in uses the parameters in this section during the character encoding conversion process. The Webtrends JavaScript tag generates these parameters when the `gi18n` global variable is set to `true` and when a web page contains `DCSext` query parameters. 

For more information about `DCSext` query parameters, see “Customizing the Webtrends JavaScript Tag” in Webtrends Analytics On Demand Implementation Guide. For more information about the encoding conversion plug-in see “Internationalization and Webtrends” in the Administration User’s Guide.

:::(Internal) (update references above)
are those guides still around? Do they have different names, etc...
sw
yep - need to update this link
:::


#### WT.dep
`WT.dep=DCSext parameter1[;DCSext parameter2...]`
Contains a semicolon-delimited list of the custom `DCSext` query parameters on a web page. The encoding conversion plug-in 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` would be captured by the JavaScript tag as `WT.dep=abc;xyz`.

:::(Info) (Note)
Do not use this parameter for collecting data.
:::
