Skip to content

Instantly share code, notes, and snippets.

@ivolo
Created July 21, 2015 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivolo/5a24aa45e9265027c36e to your computer and use it in GitHub Desktop.
Save ivolo/5a24aa45e9265027c36e to your computer and use it in GitHub Desktop.
analytics.group('org1', { name: 'Segment' });
analytics.global.setContext('groupId', 'org1')
analytics.identify('vince1', { name: 'Vince' }, { groupId: 'org1' });
analytics.track('vince1', 'Killed Ilya', { groupId: 'org1' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment