We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a541e commit 37831c5Copy full SHA for 37831c5
src/assets/js/matomoTracking.js
@@ -6,6 +6,7 @@ const getCookie = (name) => {
6
7
var _paq = (window._paq = window._paq || []);
8
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
9
+_paq.push(['setCustomDimension', 1, import.meta.env.BRANCH]); // ab-branch
10
_paq.push(["trackPageView"]);
11
_paq.push(["enableLinkTracking"]);
12
0 commit comments