From b17f0125f5e01b67a1bd074ce6a62f7ea23e7c35 Mon Sep 17 00:00:00 2001 From: Eduardo Lopez <5743857+loama@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:00:22 -0600 Subject: [PATCH] feat: add PostHog analytics integration Add PostHog to Mintlify integrations with custom domain (d.nixtla.io) for ad-blocker bypass. Tracks pageviews and user interactions alongside existing GTM and Intercom integrations. --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index 3d25b46..8b6a9ad 100644 --- a/docs.json +++ b/docs.json @@ -24,6 +24,10 @@ "gtm": { "tagId": "GTM-TBJ64S3X" }, + "posthog": { + "apiKey": "phc_hblNl72piphlbRCYfGM8QkgazW9NNrDrP6dMbGzMp82", + "apiHost": "https://d.nixtla.io" + }, "intercom": { "appId": "j7y9c2ep" }