Posted on: 3/31/2011 8:41:14 PM | Views : 850

Hi there,
I applied a tracking code to my event yesterday. Am I not doing it right as I don't see any statistics in the google analytics when i checked today. 
Here is my code:
btn.Attributes.Add("onclick", "_gaq.push(['_trackEvent', 'tourName', 'OutboundLink', '" + ((HiddenField)item.FindControl("hfAdDescription")).Value + "']);window.open(\'" + ((HiddenField)item.FindControl("hfAdUrl")).Value + "');return false;");
...

Go to the complete details ...