Single-page auto-pageview sandbox

This page initializes the SDK with autoPageview: true. Every History API navigation emits a canonical page:view automatically, without manual tracking calls.

Virtual route controls

Use these buttons to mutate the URL with pushState / replaceState. Check the debug panel to confirm one pageview per navigation burst.

Debounce check: Use the redirect-chain action below. It performs a fast push+replace sequence and should still auto-emit only one pageview for the final route.

Current SPA state

Path: /spa/home

View: Home view

{}

Browser Back/Forward also triggers auto-pageview through the popstate listener.