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
493 B
Plaintext
27 lines
493 B
Plaintext
---
|
|
title: "Heap"
|
|
description: "使用 Heap 分析功能跟踪用户交互。"
|
|
keywords: ["Heap Analytics", "自动事件跟踪", "Heap app ID", "用户交互跟踪"]
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下配置,将 Analytics 数据发送到 Heap。
|
|
|
|
<CodeGroup>
|
|
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"heap": {
|
|
"appId": "required"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"heap": {
|
|
"appId": "1234567890"
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |