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

Add Google Analytics Tracking Code to new SlashRoots Website #2

Open
paradoxxjm opened this issue Oct 1, 2015 · 0 comments
Open

Add Google Analytics Tracking Code to new SlashRoots Website #2

paradoxxjm opened this issue Oct 1, 2015 · 0 comments

Comments

@paradoxxjm
Copy link
Member

We need to reintegrate Google Analytics into the website. The below code needs to be added to each page in the current static website.

<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-21812170-1', 'auto');
  ga('send', 'pageview');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant