@@ -58,7 +58,9 @@ const structuredData = {
58
58
>
59
59
<head >
60
60
<!-- Google tag (gtag.js) -->
61
- <script is:inline src =" https://www.googletagmanager.com/gtag/js?id=G-ZXC7NG6S55" ></script >
61
+ <script
62
+ is:inline
63
+ src =" https://www.googletagmanager.com/gtag/js?id=G-ZXC7NG6S55" ></script >
62
64
<script is:inline >
63
65
window.dataLayer = window.dataLayer || [];
64
66
function gtag() {
@@ -67,6 +69,20 @@ const structuredData = {
67
69
gtag("js", new Date());
68
70
gtag("config", "G-ZXC7NG6S55");
69
71
</script >
72
+ <!-- Google Tag Manager -->
73
+ <script is:inline >
74
+ (function (w, d, s, l, i) {
75
+ w[l] = w[l] || [];
76
+ w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
77
+ var f = d.getElementsByTagName(s)[0],
78
+ j = d.createElement(s),
79
+ dl = l != "dataLayer" ? "&l=" + l : "";
80
+ j.async = true;
81
+ j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
82
+ f.parentNode.insertBefore(j, f);
83
+ })(window, document, "script", "dataLayer", "GTM-MMG7M2PS");
84
+ </script >
85
+ <!-- End Google Tag Manager -->
70
86
<meta charset =" UTF-8" />
71
87
<meta name =" viewport" content =" width=device-width" />
72
88
<link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
@@ -151,6 +167,15 @@ const structuredData = {
151
167
</head >
152
168
153
169
<body >
170
+ <!-- Google Tag Manager (noscript) -->
171
+ <noscript
172
+ ><iframe
173
+ src =" https://www.googletagmanager.com/ns.html?id=GTM-MMG7M2PS"
174
+ height =" 0"
175
+ width =" 0"
176
+ style =" display:none;visibility:hidden" ></iframe ></noscript
177
+ >
178
+ <!-- End Google Tag Manager (noscript) -->
154
179
<slot />
155
180
</body >
156
181
</html >
0 commit comments