Skip to content

Instantly share code, notes, and snippets.

@cdeutsch
Last active December 26, 2015 08:19
Show Gist options
  • Select an option

  • Save cdeutsch/7121895 to your computer and use it in GitHub Desktop.

Select an option

Save cdeutsch/7121895 to your computer and use it in GitHub Desktop.
analytics.identify (userData['email'], {
email: userData['email'],
firstName: userData['firstName'],
lastName: userData['lastName'], // trailing comma breaks IE8
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment