Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jscheel/0c6ab69477fd6bda720c3bcb592cf7e2 to your computer and use it in GitHub Desktop.
Save jscheel/0c6ab69477fd6bda720c3bcb592cf7e2 to your computer and use it in GitHub Desktop.
var myCustomData = {
email: 'arthur.dent@example.org',
favoriteNumber: 42,
travelGear: ['towel', 'tea']
};
groove.widget('setCustomer', myCustomData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment