Pixel Tracking Test
This page exercises every SDK auto-tracking feature and lets you fire manual events.
Open the browser Network tab and filter for /v1/events to watch events fire.
Auto-tracked Events
The SDK auto-tracks these without any manual calls. Scroll down, click buttons, submit the form below.
- page_view — fired on page load (and SPA navigation)
- click — fired on any button/link/input click
- form_submit — fired on form submission
- scroll_depth — fired at 25 / 50 / 75 / 100% scroll
- page_leave — fired when tab is hidden / closed
- rage_click — click a button very fast 3+ times
Click Events
Manual Track Call
Identify Call
Link Clicks
Rage Click Test
Click this button 3+ times within 2 seconds to trigger a rage_click event.
Event Log (client-side mirror)
No events yet — interactions will appear here.
Scroll Content
Scroll this page to trigger scroll_depth events at 25%, 50%, 75%, and 100%. The SDK fires a single event per threshold per page load and resets on SPA navigation.
25% scroll reached
A scroll_depth event should have fired by here.
50% scroll reached
Second scroll_depth threshold.
75% scroll reached
Third scroll_depth threshold.
↑ 100% scroll threshold reached ↑