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 issued hybrid.ai (required parameter).
VISITOR_ID is the visitor identifier (required parameter).
CUSTOMER_ID is an unique client identifier of the visitor (required parameter).
IDENTIFY_CONTENT is a set of JSON encoded unique visitor identifiers (optional parameter).
USER_CONTENT is a set of JSON encoded data about the visitor (optional parameter).
For more information on properties, see the JavaScript API.
Last updated