Files
mintlify[bot] 2ccd573b95 docs: tighten SEO descriptions in es/ and fr/ translations (#6212)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-17 11:34:59 -07:00

32 lines
942 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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>