mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
29 lines
530 B
Plaintext
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> |