Bring Vercel Web Analytics and Plausible reports into the Umbraco backoffice. Editors can understand site-wide traffic and the performance of the page they are working on without leaving Umbraco.
Web Analytics reads analytics already collected by the configured provider. It does not install, replace, or configure tracking on your public website.
Read the Web Analytics documentation for installation, provider setup, document analytics, configuration reference, troubleshooting, and the release changelog.
Web Analytics supports Umbraco CMS 17.1 through 18.x. Add it to the Umbraco web project:
dotnet add package TheBuilder.WebAnalyticsThe package registers its services and backoffice extensions automatically. Configure a Vercel or Plausible credential in server-side secret configuration, then add and test a connection at Settings → Web Analytics.
| Provider | Identifier | Credential |
|---|---|---|
| Vercel Web Analytics | Project ID (prj_...) and optional team |
Scoped access token |
| Plausible | Site ID, normally the registered domain | Stats API key |
Plausible Cloud's Stats API requires a Business plan. Self-hosted Plausible is supported when its instance exposes the v2 Stats API query endpoint.
Development and NuGet publishing guidance is kept in docs/releasing.md. Published release notes are available in the documentation changelog.
