Event API
  • Introduction
  • JavaScript API
    • Library installation
    • Event registration
    • Visitor identification
    • Dynamic parameters
    • Examples
  • REST API
    • Event registration
    • Visitor identification
    • Dynamic parameters
    • Examples
Powered by GitBook
On this page
  1. JavaScript API

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.

PreviousVisitor identificationNextExamples

Last updated 5 years ago