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.
2 parents 0aea293 + 19e623e commit 24b1bf9Copy full SHA for 24b1bf9
1 file changed
src/assets/javascript/cookies.js
@@ -134,18 +134,7 @@ var cookies = function (trackingId) {
134
}
135
136
function initGtm() {
137
- window.dataLayer = [
138
- {
139
- "gtm.allowlist": ["google"],
140
- "gtm.blocklist": [
141
- "nonGoogleScripts",
142
- "nonGoogleIframes",
143
- "nonGooglePixels",
144
- "customScripts",
145
- "customPixels",
146
- ],
147
- },
148
- ];
+ window.dataLayer = window.dataLayer || [];
149
150
function gtag() {
151
dataLayer.push(arguments);
0 commit comments