mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
f8e015ff62
* Improve SEO metadata: update descriptions to 130-155 chars across 177 pages Generated-By: mintlify-agent * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> * 💅 --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
30 lines
632 B
Plaintext
30 lines
632 B
Plaintext
---
|
|
title: "Fathom"
|
|
description: "Integrate Fathom Analytics with your Mintlify documentation for privacy-focused, GDPR-compliant visitor tracking with a simple site ID setup."
|
|
keywords: ["Fathom Analytics", "privacy-focused analytics", "site ID", "simple analytics"]
|
|
---
|
|
|
|
Add the following to your `docs.json` file to send analytics to Fathom.
|
|
|
|
You can get the `siteId` from your script settings.
|
|
|
|
<CodeGroup>
|
|
|
|
```json Analytics options in docs.json
|
|
"integrations": {
|
|
"fathom": {
|
|
"siteId": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Example
|
|
"integrations": {
|
|
"fathom": {
|
|
"siteId": "YSVMSDAY"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup>
|