I need to implement Google Analytics Event Tracking on a website built in classic asp.
As I am n00b I assumed this would be achievable with a few simple includes. e.g.
onClick="_gaq.push(['_trackEvent', '<% =category %>', '<% =action %>']);"
I have been skooled. Unfortunately I have no idea what to do next, beyond moving away from ASP (which is not possible). Any suggestions or advice would be gratefully received.