Event API
  • Introduction
  • JavaScript API
    • Library installation
    • Event registration
    • Visitor identification
    • Dynamic parameters
    • Examples
  • REST API
    • Event registration
    • Visitor identification
    • Dynamic parameters
    • Examples
Powered by GitBook
On this page
  1. REST API

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.

PreviousEvent registrationNextDynamic parameters

Last updated 5 years ago