Files
mintlify[bot] 257cd3f8cb fix: correct typos and broken JSON in docs (#6211)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-17 18:22:43 +00:00

37 lines
862 B
Plaintext

---
title: "Hightouch"
description: "Integrate Hightouch with your Mintlify documentation to sync analytics data for audience activation, segmentation, and downstream tool routing."
keywords: ["Hightouch integration", "data activation", "write key", "audience sync"]
boost: 3
---
Add the following to your `docs.json` file to send analytics to Hightouch.
<Info>
Do not include `https://` for the `apiHost`.
</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" # optional, defaults to `us-east-1.hightouch-events.com`
}
}
```
</CodeGroup>