AnalyticsFathom
Analytics

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"
    }
  }
}
PropertyTypeRequiredDescription
siteIdstringYesYour Fathom site ID

Where to find your site ID

  1. Sign in to Fathom.

  2. Go to Sites → select your site → Settings.

  3. Copy the site ID (format: ABCDEFGH).

What's next