Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
this is the logic I have written
s.events = "events840:" + dataLayer.jobID;
s.linkTrackVars += ",events";
s.linkTrackEvents ="event840";
s.tl();
Please give me solution what works to get both event111 and event840:jobID
Hi @satya-sravani ,Please make sure you are not using s.clearVars anywhere between your previous and current request.
Also, try including event111 in s.events variable as it will re-initialize when declaring like shown above.
Thanks,
Kanmani S
Hey @satya-sravani
Am I missing something in the above code snippet ? I don't see event111 anywhere in the code.
Views
Likes
Replies