Skip to content

Conversation

@gelzis
Copy link

@gelzis gelzis commented Nov 11, 2014

example using unset()

    Mixpanel.people.unset(mixPanelID, {
        properties : ['Downgraded', 'Unsuccessful charges'],
        settings : {'$ignore_time' : true}
    }, cb);

example using track_charge()

Mixpanel.people.track_charge(mixPanelID, 18, {'$ignore_time' : true}, cb);

@emgeee
Copy link

emgeee commented Dec 7, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants