Tracking & Analytics
The Tracking module helps you integrate analytics and search indexing monitoring into your project.
Available integrations in the NEXTY.DEV template:
- Google Analytics (GA4)
- Google Search Console
- Google AdSense
- Plausible
- Umami
- Rybbit
Good to know
- NEXTY.DEV disables tracking scripts in development to avoid polluting analytics data.
- To verify locally, open
app/[locale]/layout.tsxand remove theprocess.env.NODE_ENV === "development"check.- If you don’t need local verification, just set the production environment variables and the scripts will be enabled automatically.
Google Analytics
Follow this guide to integrate GA4 into your NEXTY.DEV SaaS and verify data is sent correctly.
Google Search
Integrate your site with Google Search Console, verify ownership, and submit your sitemap.
Google AdSense
Integrate Google AdSense in NEXTY.DEV: apply, verify your site, inject the script, and show ad slots.
Plausible
Integrate Plausible with NEXTY.DEV: configure the script, optional self-hosting, and verify data is received.
Umami
Integrate Umami (cloud or self-hosted) into NEXTY.DEV by injecting the tracking script and verifying events.
Rybbit
Integrate Rybbit Analytics: create a site, inject the script, optional session replay, and verify tracking works.