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
767 B
Plaintext
35 lines
767 B
Plaintext
---
|
|
title: "Hightouch"
|
|
description: "Sincroniza datos con Hightouch para activar audiencias."
|
|
keywords: ["Hightouch integration", "data activation", "write key", "audience sync"]
|
|
---
|
|
|
|
Agrega lo siguiente a tu archivo `docs.json` para enviar Analytics a Hightouch.
|
|
|
|
<Info>
|
|
|
|
No incluyas `https://` en el `apiHost`.
|
|
|
|
</Info>
|
|
|
|
<CodeGroup>
|
|
|
|
```json Opciones de Analytics en docs.json
|
|
"integrations": {
|
|
"hightouch": {
|
|
"writeKey": "required"
|
|
"apiHost": "optional"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json Ejemplo
|
|
"integrations": {
|
|
"hightouch": {
|
|
"writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
|
|
"apiHost": "us-east-1.hightouch-events.com" # opcional; por defecto, `us-east-1.hightouch-events.com`
|
|
}
|
|
}
|
|
```
|
|
|
|
</CodeGroup> |