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>
32 lines
863 B
Plaintext
32 lines
863 B
Plaintext
---
|
|
title: "Hightouch"
|
|
description: "将 Hightouch 集成到你的 Mintlify 文档,同步分析数据以实现受众激活、分群和下游工具路由。"
|
|
keywords: ["Hightouch 集成", "数据激活", "write key", "受众同步"]
|
|
boost: 3
|
|
---
|
|
|
|
在你的 `docs.json` 文件中添加以下内容,将 Analytics 发送到 Hightouch。
|
|
|
|
<Info>
|
|
`apiHost` 中不要包含 `https://`。
|
|
</Info>
|
|
|
|
<CodeGroup>
|
|
```json docs.json 中的 Analytics 选项
|
|
"integrations": {
|
|
"hightouch": {
|
|
"writeKey": "required"
|
|
"apiHost": "optional"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json 示例
|
|
"integrations": {
|
|
"hightouch": {
|
|
"writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
|
|
"apiHost": "us-east-1.hightouch-events.com" # 可选,默认为 `us-east-1.hightouch-events.com`
|
|
}
|
|
}
|
|
```
|
|
</CodeGroup> |