Files
Brandon Waselnuk 5e861eea94 all integrations have quotes now (#568)
* all integrations have quotes now

* fixed 2 broken links

* vale found the the
2025-03-12 15:42:33 -07:00

28 lines
384 B
Plaintext

---
title: "Fathom"
---
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>