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 ...