Vercel Web Analytics
Privacy-friendly, real-time traffic insights
@vercel/analytics
allows you to track page views and custom events in your Next.js app or any other website that is deployed to Vercel.
All page views are automatically tracked in your app.
This package does not track data in development mode.
-
Enable Vercel Web Analytics for a project in the Vercel Dashboard.
-
Add the
@vercel/analytics
package to your project -
Inject the Analytics script to your app
- If you are using Next.js or React, you can use the
<Analytics />
component to inject the script into your app. - To add the tracking script for other frameworks, use the
inject
function. - If you want to use Vercel Web Analytics on a static site without npm, follow the instructions in the documentation.
- If you are using Next.js or React, you can use the
-
Deploy your app to Vercel and see data flowing in.
Find more details about this package in our documentation.