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
705 B
Plaintext
28 lines
705 B
Plaintext
---
|
|
title: "Pirsch"
|
|
description: "将 Pirsch 集成到你的 Mintlify 文档,实现符合 GDPR 的无 Cookie 分析跟踪,不收集个人数据。"
|
|
keywords: ["Pirsch Analytics", "隐私分析", "identification code", "符合 GDPR"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下配置,将 Analytics 发送到 Pirsch。
|
|
|
|
你可以在 Settings > Developer > Identification Code 中获取你的网站 ID。
|
|
|
|
<CodeGroup>
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
|
|
}
|
|
}
|
|
```
|
|
</CodeGroup> |