I want to track the outgoing links with Goggle Analytics. To do that have to put the script
<a href="http://www.example.com" onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false;">
as trackEvent() into the <a>-Tag of the links.
As I have the links in the menu I canīt find any place were to past it into. Where do I find the <a>-Tag of the links when in the menu ?
Best regards
Thomas
<a href="http://www.example.com" onClick="trackOutboundLink(this, 'Outbound Links', 'example.com'); return false;">
as trackEvent() into the <a>-Tag of the links.
As I have the links in the menu I canīt find any place were to past it into. Where do I find the <a>-Tag of the links when in the menu ?
Best regards
Thomas
Comment