mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4b465465dd
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
28 lines
666 B
Plaintext
28 lines
666 B
Plaintext
---
|
|
title: "Fathom"
|
|
description: "将 Fathom Analytics 集成到你的 Mintlify 文档,通过简单的站点 ID 配置实现符合 GDPR、注重隐私的访客跟踪。"
|
|
keywords: ["Fathom Analytics", "注重隐私的分析", "站点 ID", "简洁分析"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下内容,将分析数据发送到 Fathom。
|
|
|
|
你可以在脚本设置中获取 `siteId`。
|
|
|
|
<CodeGroup>
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"fathom": {
|
|
"siteId": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"fathom": {
|
|
"siteId": "YSVMSDAY"
|
|
}
|
|
}
|
|
```
|
|
</CodeGroup> |