Skip to content

Instantly share code, notes, and snippets.

@mak00s
Created May 6, 2018 06:18
Show Gist options
  • Save mak00s/569fbcd5cb000e1d91c9b5aca53caf23 to your computer and use it in GitHub Desktop.
Save mak00s/569fbcd5cb000e1d91c9b5aca53caf23 to your computer and use it in GitHub Desktop.
function s_doPlugins(s){
switch(s.channel){
case 'NV':
s.events="event1";
s.products=";;;;event1=3";
s.eVar1="+3";
break;
case 'CS':
s.events="event1";
s.products=";;;;event1=5";
s.eVar1="+5";
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment