Quickstart
Get up and running with Website Visitor ID.1. Create a pixel
Log in to the Console and click Pixels → Create Pixel. Give it a name (e.g., “Production”) and you’ll see:2. Deploy the pixel
Add the script to your website’s<head> or <body>:
3. Create a webhook
Back in the Console, click Webhooks → Create Webhook.| Field | Value |
|---|---|
| Pixel | Select the pixel you just created |
| Endpoint URL | Your server endpoint (use play.svix.com for testing) |
| Description | Optional |
| Events | Select which events to receive |
4. Test it
Visit your site with the pixel installed. If the visitor is identified, you’ll see webhook events arriving at your endpoint.Not every visitor will be identified. See Overview for identification rates.