Skip to content

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

Open
gelzis wants to merge 4 commits into
mixpanel:masterfrom
gelzis:master
Open

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

Conversation

@gelzis

@gelzis gelzis commented Nov 11, 2014

Copy link
Copy Markdown

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

emgeee commented Dec 7, 2015

Copy link
Copy Markdown

+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