Fathom
Track site analytics on your documentation site with Fathom, a privacy-first analytics tool.
Fathom provides simple, privacy-first website analytics without tracking personal data. Enable the integration to track page views on your documentation site.
Prerequisites
-
A Fathom account with a site created
-
Your Fathom site ID
-
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 Fathom
Select Fathom and enter your site ID.
Publish
Click Publish to deploy the integration to your live site.
Configure via documentation.json
Add the fathom key under integrations in your documentation.json:
{
"integrations": {
"fathom": {
"siteId": "ABCDEFGH"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | Your Fathom site ID |
Where to find your site ID
-
Sign in to Fathom.
-
Go to Sites → select your site → Settings.
-
Copy the site ID (format:
ABCDEFGH).
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Plausible — another privacy-friendly analytics option
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI