Hey all,
I’m trying to import some past data into a new project
Therefore using the import_data method (docs)
Essentially I loop through the data and call this on each iteration
mp.import_data(<api_secret>, '12345', 'Event Name', timestamp, properties)
The script succeeds with no error however the data isn’t appearing in Mixpanel
Weirdly, if I test with the regular track method (reference) that does work
So the problem is isolated to using the import method, where I’m passing in timestamps in the past (as it’s intended to be used)
Has anyone here had success using the import_data method or have any ideas as to why the data isn’t showing up in Mixpanel?
Thanks!
Dan
Best answer by drivn
Hi Cherise,
Thanks for your reply – I created an issue on the python library and the bug’s now been resolved https://github.com/mixpanel/mixpanel-python/issues/88#event-4130657039
Thanks,
Dan