Skip to main content
Mintlify

Search documentation

Type to search this documentation.

On this pageOverview

Plausible

Integrate Plausible Analytics with your Mintlify documentation for lightweight, privacy-respecting visitor tracking without cookies or consent banners.

Add your site's domain to docs.json to send analytics to Plausible.

Analytics
"integrations": {
    "plausible": {
        "domain": "your-documentation-domain",
        "server": "optional - your self-hosted Plausible server hostname"
    }
}
Example
"integrations": {
    "plausible": {
        "domain": "docs.domain.com"
    }
}
  • domain (string, required) — Your documentation site's domain. For example, docs.example.com. Do not include https://.

  • server (string) — The hostname of your self-hosted Plausible instance. For example, plausible.example.com. Only required if you self-host Plausible. Omit this field to use plausible.io. Do not include https://.

Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu