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.

Last updated