Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Analytics update for MyCar #66

Open
scaspers opened this issue Feb 15, 2022 · 1 comment
Open

Google Analytics update for MyCar #66

scaspers opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
MyCar Edition The public facing info behind auth

Comments

@scaspers
Copy link
Collaborator

Updated Google Analytics code:

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

  gtag('config', 'UA-10667959-7');
</script>
@scaspers scaspers added the MyCar Edition The public facing info behind auth label Feb 15, 2022
@scaspers
Copy link
Collaborator Author

New GA4 system is replacing Universal Analytics. Universal Analytics will die on 07/01/23.

for ca.xxxxxx---
New Measurement ID: G-JBGNXY8GBP
`

<script async src="https://www.googletagmanager.com/gtag/js?id=G-JBGNXY8GBP"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JBGNXY8GBP'); </script>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MyCar Edition The public facing info behind auth
Projects
None yet
Development

No branches or pull requests

2 participants