Hightouch
Send events from your documentation site to Hightouch for reverse ETL.
Hightouch Events captures analytics events and syncs them to your data warehouse and downstream tools. Enable the integration to send documentation events through Hightouch.
Prerequisites
-
A Hightouch account with an Events source configured
-
Your Hightouch Events write key
-
Publishing access to your documentation project
Configure from the Editor
Open Site Config
In the Editor, click Site Config in the top toolbar.
Navigate to Integrations
Select Integrations from the left sidebar.
Enable Hightouch
Select Hightouch and enter your Events write key.
Publish
Click Publish to deploy the integration to your live site.
Configure via documentation.json
Add the hightouch key under integrations in your documentation.json:
{
"integrations": {
"hightouch": {
"writeKey": "your_write_key"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
writeKey | string | Yes | Your Hightouch Events write key |
Where to find your write key
-
Sign in to Hightouch.
-
Go to Sources → Events → select your source.
-
Copy the Write Key value.
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Segment — route analytics data through Segment
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI