Created
December 5, 2010 13:23
-
-
Save saaspulse/729072 to your computer and use it in GitHub Desktop.
SaaSPulse - JavaScript - 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// when the user successfully logs in | |
tracker.identify('ORGANIZATION', 'USERNAME'); | |
... | |
// where you want to track the event | |
tracker.track('ACTIVITY', 'MODULE'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment