# Hightouch (/integrations/analytics/hightouch)

<!-- agent-signals: reading_time_min: 1 · est_tokens: 528 · updated: 2026-09-23 -->
Related: [Analytics integrations](/integrations/analytics/overview.md), [Adobe Analytics](/integrations/analytics/adobe.md), [Amplitude](/integrations/analytics/amplitude.md), [Clarity](/integrations/analytics/clarity.md), [Clearbit](/integrations/analytics/clearbit.md), [Fathom](/integrations/analytics/fathom.md)

Before you connect Hightouch, you need a write key. Create an event source in your Hightouch workspace and copy its write key. See [Hightouch's event sources documentation](https://hightouch.com/docs/events/sources/overview) for setup steps.

Add the write key to your `docs.json` file to send analytics to Hightouch.

<Info>
  Do not include `https://` for the `apiHost`.
</Info>

<CodeGroup>
  <CodeBlockTabs defaultValue="Analytics options in docs.json" groupId="analytics-options-in-docs-json+example">
    <CodeBlockTabsList>
      <CodeBlockTabsTrigger value="Analytics options in docs.json">
        Analytics options in docs.json
      </CodeBlockTabsTrigger>

      <CodeBlockTabsTrigger value="Example">
        Example
      </CodeBlockTabsTrigger>
    </CodeBlockTabsList>

    <CodeBlockTab value="Analytics options in docs.json">
      ```json  
      "integrations": {
          "hightouch": {
              "writeKey": "required",
              "apiHost": "optional"
          }
      }
      ```
    </CodeBlockTab>

    <CodeBlockTab value="Example">
      ```json  
      "integrations": {
          "hightouch": {
              "writeKey": "9132c81do371p76sr11da0075469b54f77649c9a067dp0303p56q0q64n072336",
              "apiHost": "us-east-1.hightouch-events.com"
          }
      }
      ```
    </CodeBlockTab>
  </CodeBlockTabs>
</CodeGroup>

## Configuration options [#configuration-options]

<ParamField path="writeKey" type="string">
  The write key from your Hightouch event source.
</ParamField>

<ParamField path="apiHost" type="string">
  The Hightouch events API host, without `https://`. Defaults to `us-east-1.hightouch-events.com`.
</ParamField>

## Verify the integration [#verify-the-integration]

After you deploy your changes, Mintlify sends engagement events such as page views and search queries to Hightouch. To confirm events are arriving, inspect live events in [Hightouch's event debugger](https://hightouch.com/docs/events/sources/overview#debugger).

For an overview of the events Mintlify tracks, see [Analytics integrations](/integrations/analytics/overview).
