mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
4c31f3683c
* ai/ keywords * api/ keywords * components/ keywords * create/ keywords * customize/ keywords * api-playground/ keywords * dashboard/ keywords * deploy/ keywords * guides/ keywords * insights/ keywords * integrations/ keywords * optimize/ keywords * organize/ keywords * root/ keywords * rm temp files
36 lines
755 B
Plaintext
36 lines
755 B
Plaintext
---
|
|
title: "Hightouch"
|
|
description: "Sync data to Hightouch for audience activation."
|
|
keywords: ["Hightouch integration", "data activation", "write key", "audience sync"]
|
|
---
|
|
|
|
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>
|