I am writing setting an event in the Launch interface,
and then adding a conditional event with JavaScript in the custom call section:
if (_satellite.getVar('dl-event-eventType')!==''){
s.events = s.events + ",event83";
console.log(s.events);
}
My console log here is outputting:
event82,event83
However the output in the analytics call is just:
events: event82
Solved! Go to Solution.
I figured it out myself. I needed to add s.trackEvents = "event82, event83";
Just in case anyone is having the same issue
I figured it out myself. I needed to add s.trackEvents = "event82, event83";
Just in case anyone is having the same issue
Thanks for following up with your own solution. Sorry we weren't able to get to your question sooner.
Views
Replies
Total Likes
No worries! I should have figure it out sooner.
Views
Replies
Total Likes
Views
Like
Replies