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>
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
---
|
|
title: "Amplitude"
|
|
description: "使用 Amplitude 跟踪用户行为和文档分析数据。"
|
|
keywords: ["Amplitude 集成", "Amplitude API key", "用户行为跟踪", "产品分析"]
|
|
---
|
|
|
|
将以下内容添加到你的 `docs.json` 文件中,以将 Analytics 数据发送到 Amplitude。
|
|
|
|
<CodeGroup>
|
|
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"amplitude": {
|
|
"apiKey": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"amplitude": {
|
|
"apiKey": "76bb138bf3fbf58186XXX00000"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |