この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計