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_NAMEis the parameter name (required).
- PARAMETER_VALUEis the parameter value (required).
Please note that only the last value called will be saved for each parameter.
Last updated
