Skip to content

Instantly share code, notes, and snippets.

@ttrefren
Created November 25, 2009 03:33
Show Gist options
  • Select an option

  • Save ttrefren/242450 to your computer and use it in GitHub Desktop.

Select an option

Save ttrefren/242450 to your computer and use it in GitHub Desktop.
// 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