Skip to content

Commit

Permalink
adding gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkruse authored Mar 6, 2024
1 parent 01b65cf commit 1e32cd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
<!-- Additional tags for extra control -->
<meta name="og:locale" content="en_US">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SCXFQBRZMS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-SCXFQBRZMS');
</script>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
Expand Down

0 comments on commit 1e32cd7

Please sign in to comment.