You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
It looks like Google Analytics isn't working on the website.
I sent test traffic through the analytics console and didn't see it show up.
Here's the gtag that's from the property settings:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96378503-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-96378503-1');
</script>
The static site's GA is configured here:
/docs/static_site/src/_includes/google-analytics.html
But for some reason, this doesn't seem to show up when I view source, so it might be more than just updating the js to the latest gtag code.