Analytics
Using Analytics
Integrate GDPR compliant analytics into your Next.js App
Quickstart
Get analytics running in your Next.js App in seconds.
Add Analytics Provider
Wrap your application's root layout with the AnalyticsProvider
, passing your analytics domain as as prop.
Replace "yourdomain.app"
with the actual domain of your app.
That's it! 🎉 Page views are now being tracked automatically.