linkTrackEvents in custom code
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 in Launch? Who do I assign evars, props or events in custom code?
