The challenge
Single-page applications change routes without full page reloads. The pixel tracks initial page view automatically – subsequent route changes aren’t captured unless you tell it.Implementation
1
Install pixel normally
2
Call fidero.page() on route changes
React Router:Next.js:Vue Router:
What this captures
Eachfidero.page() call sends a page view with:
- Current URL
- Page title
- Referrer
- Session context
- All preserved attribution data