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

# Hightouch

Agrega lo siguiente a tu archivo `docs.json` para enviar métricas a Hightouch.

<Info>
  No incluyas `https://` en `apiHost`.
</Info>

<CodeGroup>
  ```json Opciones de analítica 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 es `us-east-1.hightouch-events.com`
      }
  }
  ```
</CodeGroup>
