Skip to content

Instantly share code, notes, and snippets.

@daniel-nelson
Last active August 29, 2015 13:57
Show Gist options
  • Save daniel-nelson/9749927 to your computer and use it in GitHub Desktop.
Save daniel-nelson/9749927 to your computer and use it in GitHub Desktop.
mixpanel.people.set(user_id, properties, nil, '$ignore_time' => true)
mixpanel.people.set_once(user_id, properties, nil, '$ignore_time' => true)
mixpanel.people.unset(user_id, property, nil, '$ignore_time' => true)
mixpanel.people.increment(user_id, { property => value }, nil, '$ignore_time' => true)
mixpanel.people.track_charge(user_id, amount, {}, nil, '$ignore_time' => true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment