Skip to content

Commit

Permalink
feat: install google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Jan 18, 2025
1 parent 0e5fe30 commit dd3ba51
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
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-57XX6LZ3");
</script>
<!-- End Google Tag Manager -->

<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link
rel="icon"
Expand Down Expand Up @@ -44,6 +59,17 @@
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-57XX6LZ3"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->

<ds-header></ds-header>

<ds-intro-section></ds-intro-section>
Expand Down

0 comments on commit dd3ba51

Please sign in to comment.