Skip to content

Instantly share code, notes, and snippets.

@totango
Created December 28, 2011 15:24
Show Gist options
  • Save totango/1528326 to your computer and use it in GitHub Desktop.
Save totango/1528326 to your computer and use it in GitHub Desktop.
Totango - Javascript Org Attributes
// Adding organization attributes to the identify method
totango.identify(
{o:'org-unique-id',
ofid:'id-on-salesforce',
odn: 'org-human-friendly-name'},
'USERNAME');
// Adding organization attributes to the track method
totango.track(
'activity',
'module',
{o:'org-unique-id',
ofid:'id-on-salesforce',
odn:'org-human-friendly-name'},
'test-user');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment