Advertisement
Guest User

Untitled

a guest
May 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var insptag = {
  2. "Signup Affiliate" : INIT_USER_DATA.affiliate,
  3. "Signup Sub Affiliate" : INIT_USER_DATA.sub_affiliate,
  4. "User ID" : INIT_USER_DATA.id,
  5. "New Signup" : LOGIN_COUNT <= 1,
  6. "Gender" : INIT_USER_DATA.gender == 2 ? "Male" : "Female",
  7. "Age" : INIT_USER_DATA.age,
  8. };
  9.  
  10. insptag["Test User ID " + INIT_USER_DATA.id] = "";
  11. __insp.push(['tagSession', insptag]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement