AnalyticsHightouch
Analytics

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"
    }
  }
}
PropertyTypeRequiredDescription
writeKeystringYesYour Hightouch Events write key

Where to find your write key

  1. Sign in to Hightouch.

  2. Go to SourcesEvents → select your source.

  3. Copy the Write Key value.

What's next