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_NAME
PARAMETER_VALUE is the parameter value (required).
PARAMETER_VALUE
Please note that only the last value called will be saved for each parameter.
Last updated 5 months ago