You can now add tracking to any link.  If it is a standard <a> tag with a href, there is a helper function: 

just add onclick="analytics.log(this)"

For example:

<a href="https://www.realviewdigital.com/" onclick="analytics.log(this)">Realview</a>

This can work for any link in the header / footer or manually added links in articles such as clipped ads.


See the example below on how it should be added to the banner ads.