I have Google Analytics setup on my site, and it is definitely recording page views. But I have added some code to call pageTracker._trackEvent(category, action, label, value)
, and it is not recording those hits or showing them in the reports.
BTW, yes, I have waited for over 24hrs to see if the hits are in the reports.
I have used the standard Google script include as well as the technique mentioned here. Neither one seems to help the _trackEvent()
problem.
Can anyone give me some advice on how to track down what's going wrong? I'd be happy to post code examples if you let me know what parts are important.
Thanks.