I have couple of exit links ex: www.abc.com, www.cab.com on my website. I have already enabled Track outbound links in the configuration section. Can someone help me how to fire a success event whenever user click these links in Adobe Analytics through Adobe Launch. Thanks in advance !!
I have used the second option the event is getting triggered on exit link along with all the page as default. Can you help me how to suppress the event from all pages.
s.linkTrackEvents="x"; s.events="eventx"; s.doPlugins = function(s) { if (s.linkType === 'e') { // this checks if this call is an exit link call. s.events="eventx"; } }