In adobe analytics for a liniking tracking I am using this
<a href="http://www.google.com/" onClick="s.tl(this,'e','google', null,'navigate');return false"> test </a>
If I have many links in my code and I want to make the same for all of them how is it possible to use one fuction for the onClick event for all links I have in code?
This should work with native javascript, without any external library needed