Advertisement
Dzhubal

Untitled

Oct 17th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.     var campid = window.location.href.match(/campid=([^&]+)/);
  3.     if (campid != undefined) {
  4.         dashly.identify([{op: 'update_or_create', key: 'campid', value: campid[1]}]);
  5.     };
  6. }());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement