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 analytics tracking to the app #1

Open
Tzrlk opened this issue Apr 30, 2014 · 0 comments
Open

Add analytics tracking to the app #1

Tzrlk opened this issue Apr 30, 2014 · 0 comments

Comments

@Tzrlk
Copy link
Member

Tzrlk commented Apr 30, 2014

Just add the google analytics tracking code to the footer or something:

<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-50552406-2', 'aetheric.co.nz');
  ga('send', 'pageview');

</script>
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

1 participant