mixpanel-data-export-js icon indicating copy to clipboard operation
mixpanel-data-export-js copied to clipboard

Mixpanel data export js

Results 5 mixpanel-data-export-js issues
Sort by recently updated
recently updated
newest added

Your lib doesn't work for eu resident Standard Server: data.mixpanel.com/api/2.0/export EU Residency Server: data-eu.mixpanel.com/api/2.0/export https://developer.mixpanel.com/reference/overview

JSON parsing sometimes fails due to malformed input, and the promise is corrupted (stack dump to console log) Instead, should capture this in promise-reject for proper promise chain handling. Example:...

Mixpanel's non-export API endpoints give 200 status codes with a JSON error when something goes wrong, but the export endpoint gives a non-200 status code with a string. The library...

I'm checking `data.error` correctly, but I still see console.log's with the following error when I query too often with the raw datapoint export: ``` Oct 18 15:25:46 stardust-backend app/misc_workers3.1: undefined:1...

Hi, I tried to use the aggregation on the segmentation, but it did not work. Call: ``` panel.sumSegmentation({ from_date: "2016-11-01", to_date: "2016-11-09", event: "View", type: "general", unit: "day", on: 'number(properties["Stat"])'...