How to clear events using custom code?
s.linkTrackVars='events,eVar2,prop2';
s.linkTrackEvents=s.events='event2';
s.eVar2='radio button';
s.prop2='radio button';
s.tl(this,'o','radio button');
s.manageVars('clearVars',s.linkTrackVars,1);
Will this code clear evars, props and events after sending values? If not what should I add to clear event values in custom code? Also what does 1 means in s.managevars?