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
600 B
Plaintext
29 lines
600 B
Plaintext
---
|
|
title: "Pirsch"
|
|
description: "使用 Pirsch 收集注重隐私的分析数据。"
|
|
keywords: ["Pirsch Analytics", "隐私分析", "identification code", "符合 GDPR"]
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下配置,将 Analytics 发送到 Pirsch。
|
|
|
|
你可以在 Settings \> Developer \> Identification Code 中获取你的网站 ID。
|
|
|
|
<CodeGroup>
|
|
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"pirsch": {
|
|
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |