in the popular entries plugin I would like to add google event tracking and I was wondering what would be the best way to do it?
Basically I have to add something like this:
Code: Select all
onClick="_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']);How are external links tracked (google analytics plugin)? I cannot find any clue in the sources of my blog on a similar entry for those.
Daniel