활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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 ?
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수