Skip to content

created $ignore_time options for track_charge() and unset() methods#45

Open
gelzis wants to merge 4 commits intomixpanel:masterfrom
gelzis:master
Open

created $ignore_time options for track_charge() and unset() methods#45
gelzis wants to merge 4 commits intomixpanel:masterfrom
gelzis:master

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