repeating events on direct call after DTM to Launch Migration
Hi there,
We have migrated DTM to Launch and testing it. while I am testing the site, I see repeating event string appended to the events variable.
I have main page load event. that set to add event1, event42.
when user scroll down the content, I am calling a direct rule that add additional events (event1, event41, event51, event42). But this direct rule will be triggered again and again when user scroll through the page. It was working fine as expected in DTM. But after migration, when direct rules are called, it is appending events to each calls.
ex:
1st call (pageload): event1,event42
1st direct rule: event1,event42,event1,event41,event51,event42
2nd direct rule: event1,event42,event1,event41,event51,event42,event1,event41,event51,event42
and so on.
How can I eliminating this?