> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-mintlify-add-hello-world-quickstart-48843.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hightouch

Ajoutez ce qui suit à votre fichier `docs.json` pour envoyer des données d’analyse à Hightouch.

<Info>
  N’incluez pas `https://` pour `apiHost`.
</Info>

<CodeGroup>
  ```json Options d’analyse dans docs.json
  "integrations": {
      "hightouch": {
          "writeKey": "required"
          "apiHost": "optional"
      }
  }
  ```

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