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=PROPERTIESwhere:
PIXEL_IDis the pixel identifier provided by Hybrid (required).VISITOR_IDis the visitor identifier (required).EVENT_NAMEis the event name (required).PROPERTIESis a set of properties encoded in JSON format (optional).
For more information about events and properties, see the JavaScript API.
Last updated