Event-tracking problem in new GA

13 views
Skip to first unread message

bret bretovich

unread,
Jul 17, 2013, 9:38:50 AM7/17/13
to google-analytics...@googlegroups.com
Hi! I using new GA system on my website & I have problem with it. I'm inserting analytics via this code:

<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-99999999-1', 'my.com');
  ga('send', 'pageview');

</script>


For sending event I'm using:

ga('send', 'event', 'Hits', 'display', 'nav buttons', 5);

I saw this event in Real-Time -> Events section while I realized it, but there are no any event in Content -> Events -> Overview. What I missed?
Reply all
Reply to author
Forward
0 new messages