stuliston / lastmanstand.in

0 stars 0 forks source link

Create google analytics account for LMS domain #22

Closed robmonie closed 11 years ago

robmonie commented 11 years ago

@stuliston could you set this up when you get a chance. I think it needs verification of the domain ownership - unless i'm confusing it with a different google product ??

Also, once setup could you give me access and I can get it integrated into the ember router.

stuliston commented 11 years ago

Here's the script:

<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-42948682-1', 'lastmanstand.in');
  ga('send', 'pageview');

</script>

I'm just about to share it

stuliston commented 11 years ago

That's done, too. You and @clouseauu are Admins.

It's the new Universal Analytics - which I'm not really sure about. Seemed to have at least the features that Classic Analytics had so I went for it.

I'll add that script to the page and close this issue.

robmonie commented 11 years ago

BAM!

On Mon, Aug 5, 2013 at 12:05 PM, Stuart Liston notifications@github.comwrote:

That's done, too. You and @clouseauu https://github.com/clouseauu are Admins.

It's the new Universal Analytics - which I'm not really sure about. Seemed to have at least the features that Classic Analytics had so I went for it.

I'll add that script to the page and close this issue.

— Reply to this email directly or view it on GitHubhttps://github.com/stuliston/lastmanstand.in/issues/22#issuecomment-22083791 .