This is the custom code that I have used in DTM under 3rd party scripts.
s.eVar45 = "DF: Play Video";
s.events = "event5";
s.linkTrackVars = "events,eVar45"
s.linkTrackEvents = "event5";
s.tl(this,'o','SS: ' + s.eVar45);
If I add s.linkTrackVars = "none"; and s.linkTrackEvents = "none" at the starting it is not working. Can you please let me know what is the issue?