AnalyticsHeap
Analytics

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"
    }
  }
}
PropertyTypeRequiredDescription
appIdstringYesYour Heap app ID

Where to find your app ID

  1. Sign in to Heap.

  2. Go to AccountManageProjects.

  3. Copy the app ID for your project.

What's next