Because of too many anchor tags on my page, I would like to handle all the anchor tag clicks in a single rule but fire different events or props depending on the element clicked.
It is a Core-click event rule with no conditions and needs to fire on any element. There are no console errors. I tried setting prop or eVar but it didn't help too. It might be a s object problem, but how do we verify I am able to access the s object from the rule?I tired setting events directly fr...
In Adobe Launch, I am trying to raise events in custom code on a click event. Below is the code that fires the events in custom code.s.linkTrackVars="events";s.linkTrackEvents="event63,event563";s.events="event63,event563";This code works fine in DTM but does not work in Launch, Anything different i...