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. REST API

Event registration

Call the following URL to track the event:

https://dss.hybrid.ai/pixel/trackapi2?pid=PIXEL_ID&txid=VISITOR_ID&evt=EVENT_NAME&cnt=PROPERTIES

where:

  • PIXEL_ID is the pixel identifier issued hybrid.ai (required parameter).

  • VISITOR_ID is the visitor identifier (required parameter).

  • EVENT_NAME is the event name (required).

  • PROPERTIES is a set of JSON encoded properties (optional parameter).

For more information on events and properties, see the JavaScript API.

PreviousREST APINextVisitor identification

Last updated 5 years ago