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>
35 lines
761 B
Plaintext
35 lines
761 B
Plaintext
---
|
||
title: "Hightouch"
|
||
description: "将数据同步到 Hightouch,以进行受众激活。"
|
||
keywords: ["Hightouch 集成", "数据激活", "write key", "受众同步"]
|
||
---
|
||
|
||
在你的 `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> |