mixpanel-node icon indicating copy to clipboard operation
mixpanel-node copied to clipboard

A node.js API for mixpanel

Results 78 mixpanel-node issues
Sort by recently updated
recently updated
newest added

I think we need to be sure to sent. Yeah we can use callback and we can promisify that callback but when use callback you should handle error and when...

It would be helpful is this file was updated so as to aid in the assessment of moving forward to newer versions.

In the following articles, you say that we can convert the date to iso date string and send it, but the values before 1970 cannot be parse correctly. so the...

It'd be helpful if the API handled setting or generating an insert id for you automatically like so: ```ts private generate_insert_id() { const length = 16; let result = '';...

UnhandledPromiseRejectionWarning: Error: Unable to resolve module `http` from `/home/rahul/Desktop/architecture/mobileApp/videhApp/node_modules/mixpanel/lib/mixpanel-node.js`: Module `http` does not exist in the Haste module map this is what i am getting when i installed mixpanel in...

In the javascript API I can call `time_event` (https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.time_event), but the node API does not have this. Could this be added? As a work-around I'm calculating the duration manually +...

In the example you have: ``` // create or update a user in Mixpanel Engage mixpanel.people.set("billybob", { $first_name: "Billy", $last_name: "Bob", $created: (new Date('jan 1 2013')).toISOString(), plan: "premium", games_played: 1,...

I have spent a good day trying to get to the bottom of this. The documentation does a bad job at making a distinction between server and client mixpanel features....