Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Add Google Analytics #49

Open
devinmatte opened this issue Apr 29, 2019 · 0 comments
Open

Add Google Analytics #49

devinmatte opened this issue Apr 29, 2019 · 0 comments

Comments

@devinmatte
Copy link
Member

Add Google Analytics tracking

RTPs and Webmasters all have access to Google Analytics, it would be great to add additional sites to those stats so we can see what services are the most used within CSH.

Please ask an RTP or Webmaster for a tracking code and add the tracking to the site.

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

  gtag('config', 'UA-420696-9');
</script>

Additionally we can also add a tag to associate sessions with CSH accounts on services that require auth by adding:

gtag('set', {'user_id': 'matted'}); // Set the user ID using signed-in user_id
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant