Dynamic parameters

Call the following JavaScript code from your location 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 value called will be saved for each parameter.

Last updated