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
942 B
Plaintext
32 lines
942 B
Plaintext
---
|
||
title: "Hightouch"
|
||
description: "Intégrez Hightouch à votre documentation Mintlify pour synchroniser les données d’analyse, activer des audiences et router vers les outils en aval."
|
||
keywords: ["intégration Hightouch", "activation des données", "write key", "synchronisation d’audience"]
|
||
boost: 3
|
||
---
|
||
|
||
Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des Analytics à Hightouch.
|
||
|
||
<Info>
|
||
N’incluez pas `https://` pour `apiHost`.
|
||
</Info>
|
||
|
||
<CodeGroup>
|
||
```json Options d’Analytics dans docs.json
|
||
"integrations": {
|
||
"hightouch": {
|
||
"writeKey": "required"
|
||
"apiHost": "optional"
|
||
}
|
||
}
|
||
```
|
||
|
||
```json Exemple
|
||
"integrations": {
|
||
"hightouch": {
|
||
"writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
|
||
"apiHost": "us-east-1.hightouch-events.com" # optionnel, par défaut : `us-east-1.hightouch-events.com`
|
||
}
|
||
}
|
||
```
|
||
</CodeGroup> |