Skip to content

Commit 0ab1b4f

Browse files
Use correct config param
Co-authored-by: Jacob R <snake14@users.noreply.github.com>
1 parent b07121c commit 0ab1b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/Tag/MatomoTag.web.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
tracker.disableBrowserFeatureDetection();
127127
}
128128

129-
if (matomoConfig.disableCampaignParameters) {
129+
if (matomoConfig.requireConsentForCampaignTracking) {
130130
tracker.disableCampaignParameters();
131131
}
132132

0 commit comments

Comments
 (0)