Skip to content

Instantly share code, notes, and snippets.

@tracend
Created April 14, 2011 11:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tracend/919316 to your computer and use it in GitHub Desktop.
Save tracend/919316 to your computer and use it in GitHub Desktop.
// Category: This is a free-form string used to categorise your events.
// Action: Another free-form string which represents the type of event, ex. “killed” and “game_start”.
// Label: This is an optional string parameter to the action.
// Value: This is an optional fractional number parameter to the action.
Application.ExternalCall("pageTracker._trackEvent", new object[] { category, action, label, value} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment