Example

  1. A visitor visits a web page.

  2. The Hybrid pixel is called.

  3. Hybrid processes the request:

    1. retrieves its own visitor ID from a cookie;

    2. retrieves the third-party visitor ID from the URL, if present;

    3. if necessary, saves the IDs in the database;

    4. returns an HTTP 302 redirect to the third-party system's URL or returns HTTP 204.

  4. The browser receives the response. When redirected, the third-party system can perform an action similar to the previous step.

  5. The synchronization process is complete, and a new record appears in the database. Now both systems can start exchanging data.

Last updated