Dynamic parameters

Call the following JavaScript from your place on the Web page to collect the dynamic parameter:

<script>
    _txq.push(['track_d', 'PARAMETER_NAME', 'PARAMETER_VALUE']);
</script>

where:

  • PARAMETER_NAME is the parameter name (required).

  • PARAMETER_VALUE is the parameter value (required).

Please note that only the last called value will be saved for the each parameter.

Last updated