You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Tracks $25 in revenue for user 13793 on the 2nd of
// January
var props = new Value();
props["time"] = "2012-01-02T00:00:00";
Mixpanel.People.TrackCharge(25, props);
this method override has been removed?
void mixpanel.Mixpanel.People.TrackCharge(double | amount, Value | properties )
The text was updated successfully, but these errors were encountered:
this method override has been removed?
The text was updated successfully, but these errors were encountered: