Add Google Analytics 4

This commit is contained in:
Kyle J Carlton 2022-04-20 15:22:28 -05:00
parent 255567979a
commit 14544ceabb

View file

@ -25,6 +25,15 @@
<script src="https://kit.fontawesome.com/75d5a1ca9a.js" crossorigin="anonymous"></script>
<!-- 24-Dec-21 Enabled Web Analytics from Page Settings -->
<!-- 02-Jan-22 Reguild to upate copyright year -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NHKSPF45BP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NHKSPF45BP');
</script>
</head>
<body class="">