Created
November 25, 2009 03:33
-
-
Save ttrefren/242450 to your computer and use it in GitHub Desktop.
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
| // import the library - this will change based on where you put it | |
| import MixpanelLib; | |
| // initialize with your project token | |
| internal var mpmetrics:MixpanelLib = new MixpanelLib("YOUR TOKEN"); | |
| // track events with ease | |
| private function sendPhoto():void { | |
| // Do stuff | |
| mpmetrics.track("Sent photo", {'type': 'png'}); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment