Closed mrocklin closed 11 months ago
Happy to help here. Indeed, when I looked at the google analytics id in the source html, it is pointing to the Universal Analytics ID UA-120544092-1
, which was replaced with GA-4 in July (and so stopped sending any data). (For anyone who is maybe less familiar w/ google analytics) it's pretty easy to fix after creating the new ID in GA and then we could update it here or even add it to the conf.py so it's less hidden.
Turns out that I have access to our Google Analytics account. The GA-4 setup is here:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4K4N4RYC53"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4K4N4RYC53');
</script>
It also turns out that we were getting analytics forwarded from our old tag to this new property. Here's a look at the top 10 pages over the last 28 days:
I've also given @mrocklin, @paigem, and @andersy005 analyst privileges here on the GA account. @rabernat and I are remain as admins.
Thanks @jhamman ! Can I ask you to add @scharlottej13 sarah
at coiled.io as well?
Some observations based on that data:
/
and all other pages is pretty high
I'd like to understand traffic to this website. I asked @rabernat about access to this in checking on that he found that apparently GA is currently broken on this site (maybe the GA-4 migration?). So now we have two questions:
@rabernat is it only you who has access? If I can get access then I'll probably want to also grant access to @scharlottej13 who has handled GA-4 transitions before and generally does a great job thinking about traffic and messaging in technical/community situations. Alternatively, if the old GA project isn't broadly and sharing access is hard for some reason we can also have Sarah create a fresh project and then having her share it with others.