Hi Team,
I have used the s.plugin method to track the exit link tracking the event is getting triggered on exit link. Also, the event is getting triggered in rest of the pages as well . Can you help me how to suppress the event from all pages other than exit link.
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";
}
}
Thanks,
Balak
Solved! Go to Solution.
Views
Replies
Total Likes
Could you use the actual event numbers in your example, instead of just "eventx"? That would be super helpful in determining which events are firing where.
why are you setting s.events="eventx"; outside of the function ? should not it be only inside the function ?
Views
Replies
Total Likes
Views
Replies
Total Likes
Could you use the actual event numbers in your example, instead of just "eventx"? That would be super helpful in determining which events are firing where.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies