
Vercel Web Analytics
Vercel’s built-in analytics tool offers detailed insights into your website’s visitors with new metrics like top pages, top referrers, and demographics. All you have to do to enable it is visit the Analytics tab in your Vercel project and click Enable from the dialog. Read more about it here.Google Analytics
Google Analytics tracks user behavior, page views, session duration, and other engagement metrics to provide insights into user activity and marketing effectiveness. GA tracking code is injected using @next/third-parties for performance reasons. To enable it, simply add aNEXT_PUBLIC_GOOGLE_ANALYTICS_ID
environment variable to your project.