> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-i-to-quickstart-8818.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hightouch

在你的 `docs.json` 文件中添加以下内容，将分析数据发送到 Hightouch。

<Info>
  请不要在 `apiHost` 中包含 `https://`。
</Info>

<CodeGroup>
  ```json Analytics options in docs.json
  "integrations": {
      "hightouch": {
          "writeKey": "required"
          "apiHost": "optional"
      }
  }
  ```

  ```json Example
  "integrations": {
      "hightouch": {
          "writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
          "apiHost": "us-east-1.hightouch-events.com" # 可选，默认为 `us-east-1.hightouch-events.com`
      }
  }
  ```
</CodeGroup>
