CDP Tracking Test Page
Instructions
- Open browser DevTools (F12) → Network tab
- Filter by "/api/batch" or "batch"
- Click "Check State" to see current analytics state
- Click "Test Track Event" to send a test event
- Fill form and click "Test Identify" to link anonymous session to email
- Check Network tab for POST requests with payload
Test User Identification
What to check in Network tab:
- Track event: POST to /api/batch with
type: "track" - Identify event: POST to /api/batch with
type: "identify" - Payload should include: anonymousId, userId (after identify), context, timestamp
- Response: Should be 200 OK
Cookie Information:
_rl_anon_id- Anonymous ID (should persist across page loads)rl_authenticated- Authenticated user ID (after login)