Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

29 lines
530 B
Plaintext

---
title: "Fathom"
description: "使用 Fathom 跟踪文档分析。"
keywords: ["Fathom Analytics", "注重隐私的分析", "站点 ID", "简洁分析"]
---
在你的 `docs.json` 文件中添加以下内容,将分析数据发送到 Fathom。
你可以在脚本设置中获取 `siteId`。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"fathom": {
"siteId": "required"
}
}
```
```json 示例
"integrations": {
"fathom": {
"siteId": "YSVMSDAY"
}
}
```
</CodeGroup>