Skip to content
Mintlify
Mintlify
Analytics

Heap

Integrate Heap analytics with your Mintlify documentation site to automatically capture user interactions and events for behavioral analysis.

Add the following to your docs.json file to send analytics to Heap.

"integrations": {
    "heap": {
        "appId": "required"
    }
}

Replace 1234567890 with your Heap app ID. You can find this in your Heap account settings.

Was this page helpful?Suggest editsRaise issue