mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2ccd573b95
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
32 lines
909 B
Plaintext
32 lines
909 B
Plaintext
---
|
|
title: "Hightouch"
|
|
description: "Integra Hightouch en tu documentación de Mintlify para sincronizar datos de analítica y activar audiencias, segmentación y enrutamiento a otras herramientas."
|
|
keywords: ["Hightouch integration", "data activation", "write key", "audience sync"]
|
|
boost: 3
|
|
---
|
|
|
|
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> |