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

Remove Universal Analytics (UA) registration code #246

Open
chalin opened this issue Nov 4, 2022 · 1 comment
Open

Remove Universal Analytics (UA) registration code #246

chalin opened this issue Nov 4, 2022 · 1 comment

Comments

@chalin
Copy link

chalin commented Nov 4, 2022

  • Followup to Migrate to Google Analytics 4 (GA4) #245, which setup GA4
  • Once the UA tag (UA-58468480-3) is no longer needed or is no longer receiving data (which will happen in 2023), the tag registration code should be removed from the website:
    <!-- Google Analytics -->
    <script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    ga('create', 'UA-58468480-3', 'auto');
    ga('send', 'pageview');
    </script>
@RichiH
Copy link
Contributor

RichiH commented Nov 24, 2022

@chalin thanks. Will you update this issue / create a PR once this is the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants