Vercel Web Analytics Hits General Availability
Vercel has announced that its Web Analytics product is now generally available, offering first-party page view metrics, traffic insights, and demographic data. The GA release also introduces two new capabilities: filtering and custom event tracking.
Web Analytics is available across all Vercel plans, while the custom events feature is restricted to Pro and Enterprise customers.
Privacy-first tracking with less overhead
Instead of relying on cookies, Vercel Web Analytics identifies users via a hash generated from the incoming request. This approach means visitors cannot be tracked across different sites, and all collected data is discarded after 24 hours. By eliminating third-party scripts and cookie consent requirements, the solution promises a more privacy-friendly experience for end users.
Setup reportedly takes just three steps, and the tracking script is significantly lighter than traditional alternatives. Vercel claims its analytics payload is 44x smaller than Google Analytics, which helps preserve page loading performance.
Framework-integrated ingestion
The analytics package centers on an Analytics component that wraps the underlying tracking script, providing seamless integration with popular frameworks including:
- Next.js
- React
- SvelteKit
- Nuxt
- Remix
For projects that don't use these frameworks, Vercel also offers a standard script tag for any website. Developers using the Next.js pages directory can add the component to their main app file to enable tracking.
Custom event tracking for deeper insights
Pro and Enterprise users can now define and track custom events beyond standard page views. This allows teams to monitor specific user actions, such as newsletter signups or clicks on particular CTAs, providing a clearer picture of the user journey.



