Skip to content

Commit

Permalink
add gtm
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-spell committed Nov 18, 2021
1 parent 26dd1c2 commit dfa88ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,4 +452,18 @@ <h1>Game Over</h1>
}
startGame();
</script>
<!-- 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-TLRXF9F");
</script>
<!-- End Google Tag Manager -->
</html>

0 comments on commit dfa88ae

Please sign in to comment.