AnalyticsPlausible
Analytics

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"
    }
  }
}
PropertyTypeRequiredDescription
domainstringYesYour site domain as registered in Plausible

Where to find your domain

  1. Sign in to Plausible.

  2. Go to Sites and locate your site.

  3. Use the exact domain string shown in your Plausible dashboard (for example, docs.example.com).

What's next

Was this page helpful?

Last updated 1 day ago

Built with Documentation.AI