Skip to content

Commit

Permalink
Added GA4 code.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTaylorGU authored Jul 12, 2024
1 parent 7271157 commit 836dcdc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
<script type="text/javascript" src="lib/player-0.0.11.min.js"></script>
<script type="text/javascript" src="lib/lzwcompress.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NC3PPY2JZB">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NC3PPY2JZB');
</script>

<!-- Resize Hack -->
<script type="text/javascript">
window.resizeTo(screen.width, screen.height);
Expand Down

0 comments on commit 836dcdc

Please sign in to comment.