Heap
Track user interactions on your documentation site with Heap.
Heap automatically captures user interactions so you can analyze reader behavior without manual event tracking. Enable the integration to connect your documentation site to Heap.
Prerequisites
-
A Heap account with a project created
-
Your Heap app ID
-
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 Heap
Select Heap and enter your app ID.
Publish
Click Publish to deploy the integration to your live site.
Configure via documentation.json
Add the heap key under integrations in your documentation.json:
{
"integrations": {
"heap": {
"appId": "your_app_id"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
appId | string | Yes | Your Heap app ID |
Where to find your app ID
-
Sign in to Heap.
-
Go to Account → Manage → Projects.
-
Copy the app ID for your project.
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Amplitude — event-based analytics with Amplitude
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI