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 provided by Hybrid (required).

  • VISITOR_ID is the visitor identifier (required).

  • EVENT_NAME is the event name (required).

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

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

Last updated