Plausible
Track page views on your documentation site with Plausible, a privacy-friendly analytics platform.
Plausible provides lightweight, privacy-friendly analytics without cookies or personal data collection. Enable the integration to track page views on your documentation site.
Prerequisites
-
A Plausible account with your site domain registered
-
Your site domain as registered in Plausible
-
Publishing access to your documentation project
Configure from the Editor
Open Site Config
In the Editor, click Site Config in the top toolbar.
Navigate to Integrations
Select Integrations from the left sidebar.
Enable Plausible
Select Plausible and enter your site domain.
Publish
Click Publish to deploy the integration to your live site.
Configure via documentation.json
Add the plausible key under integrations in your documentation.json:
{
"integrations": {
"plausible": {
"domain": "docs.example.com"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | Your site domain as registered in Plausible |
Where to find your domain
-
Sign in to Plausible.
-
Go to Sites and locate your site.
-
Use the exact domain string shown in your Plausible dashboard (for example,
docs.example.com).
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Fathom — another privacy-first analytics option
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI