When tracking links, do i need to put this code at the end?
return _gaLink(this,'#');
What exactly does it do? My understanding of this is not clear.
Here is the full code:
<a href="#" onclick="_gaq.push(['_trackEvent', 'Email Link Clicked', 'exampleurl.org/';, '#']); return _gaLink(this,'#'); ">exampleurl.org</a>
Thanks