Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
950
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. segment.identify({
  2.   userId: "YOUR ID",
  3.   traits: {
  4.     name: "Michael Sharkey",
  5.     email: "mike@autopilothq.com",
  6.     company: "Autopilot"
  7.   }
  8. });
  9.  
  10. segment.track({
  11.   userId: "YOUR ID",  
  12.   sessionId: "sj23423dfsdkl8927349832",
  13.   event: "Signup",
  14.   properties: {
  15.     email: "mike@autopilothq.com",
  16.         plan: "Enterprise"
  17.   }
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement