We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df233b commit 82493edCopy full SHA for 82493ed
‎src/instrumentation-client.ts‎
@@ -8,6 +8,7 @@ if (process.env.NEXT_PUBLIC_POSTHOG_KEY !== undefined) {
8
autocapture: false, // Disable automatic event capture, as we capture manually
9
capture_pageview: false, // Disable automatic pageview capture, as we capture manually
10
capture_pageleave: true, // Enable pageleave capture
11
+ custom_campaign_params: ['mtm_campaign', 'mtm_kwd', 'mtm_keyword'],
12
})
13
}
14
0 commit comments