> ## Documentation Index
> Fetch the complete documentation index at: https://adminroletesting-justin-client-exports.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hightouch

> Intégrez Hightouch à votre documentation Mintlify pour synchroniser les données d’analyse, activer des audiences et router vers les outils en aval.

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 theme={null}
  "integrations": {
      "hightouch": {
          "writeKey": "required"
          "apiHost": "optional"
      }
  }
  ```

  ```json Exemple theme={null}
  "integrations": {
      "hightouch": {
          "writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336"
          "apiHost": "us-east-1.hightouch-events.com" # optionnel, par défaut : `us-east-1.hightouch-events.com`
      }
  }
  ```
</CodeGroup>
