Hightouch
Integrate Hightouch with your Mintlify documentation to sync analytics data for audience activation, segmentation, and downstream tool routing.
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 for setup steps.
Add the write key to your docs.json file to send analytics to Hightouch.
Do not include https:// for the apiHost.
"integrations": {
"hightouch": {
"writeKey": "required",
"apiHost": "optional"
}
}Configuration options
writeKeystringrequiredThe write key from your Hightouch event source.
apiHoststringThe Hightouch events API host, without https://. Defaults to us-east-1.hightouch-events.com.
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.
For an overview of the events Mintlify tracks, see Analytics integrations.