Visitor identification

Call the following URL to identify the visitor:

https://dss.hybrid.ai/pixel/identifyapi2?pid=PIXEL_ID&txid=VISITOR_ID&cstid=CUSTOMER_ID&icnt=IDENTIFY_CONTENT&ucnt=USER_CONTENT

where:

  • PIXEL_ID is the pixel identifier provided by Hybrid (required).

  • VISITOR_ID is the visitor identifier (required).

  • CUSTOMER_ID is the visitor's unique customer identifier (required).

  • IDENTIFY_CONTENT is a set of unique visitor identifiers encoded in JSON format (optional).

  • USER_CONTENT is a set of visitor data encoded in JSON forma (optional).

For more information about properties, see the JavaScript API.

Last updated