Hi,
Is there any option to automatic generate a report from Mixpanel?
For example- I have created an ‘insight’ data table, and I want to export it automatically every day
Best answer by ian
Hi Ori,
We have a way to export formatted data from reports. You can find that documentation here:
https://developer.mixpanel.com/docs/data-export-api
You’ll notice that Insights isn’t documented, but you can still pull the response header / payload from the xhr request and hit the /api/2.0/insights api. You can pull it as seen here; https://monosnap.com/file/tLDwm9L0pTHukyM0hZRITei6Bh02dm
While the above approach is more for a way to export formatted data on a recurring basis, we also have email digests that you can send from your dashboard. You would add the reports on a dashboard (which then refresh automatically), and send these on a recurring basis to an email. The reports from the dashboard will appear in a similar aesthetic in pdf in your email.
Best,
Ian