Events not working in analytics

Started by techninja, 09-04-2015, 10:45:32

Previous topic - Next topic

techninjaTopic starter

I had created events for my website and added it correctly inside code, but found after a week still there is no stats.
Can anybody have knowledge about this and able to help me?

My code is

onclick="ga('send', 'event', 'arrows', 'clickarrow', 'nextarrow');"

<a href="javascript:void(0)" onclick="ga('send', 'event', 'arrows', 'clickarrow', 'nextarrow');"><span class="arrow-right"></span></a>
  •