I want to track clicks that users on my page. But I'm a little confused. Looking at this code:
<a href="http://example.com" onClick=”_gaq.push(['_trackEvent', 'External Link', 'Twitter Link', 'Follow Us - Words']);”>Follow Us</a>
^ What if user get's redirected to http://example.com
before google analitics tracks - then what? Am I right that that example has a race condition?