I’m trying to track events with Google Analytics, here is the code I use
_gaq.push(['_trackEvent', 'ClickThrough', 'Website', 'lid' + listingid]);
listingid is an integer,
I can see that some values are being sent out to Google Analytics, so I assume the code is working fine, but in google analytics, under contents > events, I don’t see any of my events, I searched for ClickThrough, and nothing is returned.
I noticed here:
Google analytics event tracking not working
that someone says you need to enable event tracking, I could not find out where I need to go to enable event tracking on Google Analytics. Is it disabled by default and where can I enable it?
Finally fixed it, you got to use the latest tracking code, I was using an older one.
https://developers.google.com/analytics/devguides/collection/gajs/asyncTracking