update gtag

This commit is contained in:
Michael Fatemi 2021-07-09 12:32:36 -04:00
parent 9f9b548478
commit 86eb579e82

View File

@ -39,7 +39,7 @@
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script <script
async async
src="https://www.googletagmanager.com/gtag/js?id=G-T35TH9CN2E" src="https://www.googletagmanager.com/gtag/js?id=G-4Y2HV76N09"
></script> ></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
@ -48,7 +48,7 @@
} }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-T35TH9CN2E'); gtag('config', 'G-4Y2HV76N09');
</script> </script>
</head> </head>
<body> <body>