ofix
This commit is contained in:
@@ -18,23 +18,21 @@ import Footer from "./_components/Footer.astro";
|
|||||||
</title>
|
</title>
|
||||||
</slot>
|
</slot>
|
||||||
|
|
||||||
<!-- Google Tag Manager -->
|
<script
|
||||||
|
is:inline
|
||||||
|
data-category="analytics"
|
||||||
|
type="text/partytown"
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=GTM-N3F7P9ZB"
|
||||||
|
></script>
|
||||||
<script is:inline data-category="analytics" type="text/partytown">
|
<script is:inline data-category="analytics" type="text/partytown">
|
||||||
(function (w, d, s, l, i) {
|
window.dataLayer = window.dataLayer || [];
|
||||||
w[l] = w[l] || [];
|
window.gtag = function gtag() {
|
||||||
w[l].push({
|
dataLayer.push(arguments);
|
||||||
"gtm.start": new Date().getTime(),
|
};
|
||||||
event: "gtm.js",
|
gtag("js", new Date());
|
||||||
});
|
|
||||||
var f = d.getElementsByTagName(s)[0],
|
gtag("config", "GTM-N3F7P9ZB");
|
||||||
j = d.createElement(s),
|
|
||||||
dl = l != "dataLayer" ? "&l=" + l : "";
|
|
||||||
j.async = true;
|
|
||||||
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
|
|
||||||
f.parentNode.insertBefore(j, f);
|
|
||||||
})(window, document, "script", "dataLayer", "GTM-N3F7P9ZB");
|
|
||||||
</script>
|
</script>
|
||||||
<!-- End Google Tag Manager -->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user