Skip to content

Instantly share code, notes, and snippets.

@ttrefren
Created January 17, 2010 04:55
Show Gist options
  • Select an option

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

Select an option

Save ttrefren/279207 to your computer and use it in GitHub Desktop.
function invite_friends() {
...
mpmetrics.track('invite friends', { 'num_friends': friends.length, 'id': user_id });
...
mpmetrics.track_funnel('intro skip', 2, 'invite', { 'from': source });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment