Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

35 lines
761 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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>