Example
A visitor visits a web page.
The Hybrid pixel is called.
Hybrid processes the request:
retrieves its own visitor ID from a cookie;
retrieves the third-party visitor ID from the URL, if present;
if necessary, saves the IDs in the database;
returns an HTTP 302 redirect to the third-party system's URL or returns HTTP 204.
The browser receives the response. When redirected, the third-party system can perform an action similar to the previous step.
The synchronization process is complete, and a new record appears in the database. Now both systems can start exchanging data.
Last updated