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).
PIXEL_ID
VISITOR_ID is the visitor identifier (required).
VISITOR_ID
EVENT_NAME is the event name (required).
EVENT_NAME
PROPERTIES is a set of properties encoded in JSON format (optional).
PROPERTIES
For more information about events and properties, see the JavaScript API.
Last updated 5 months ago