I am facing an issue in link tracking.
Issue:
I have a link when user click on it, it will redirect to another page. for redirecting i am using call back function in s.tl. In safari i am not seeing HTTP 200 for the omniture call and loosing the tracking. If any help to resolve this would be appreciated.
var s_code = s.tl(true, linkType, linkName, null, function () { document.location = href; });
Thanks,
Mahesh