Comment on Show HN: Bitdeli - Create custom analytics with Python, share on GitHubparentComments−vtuulos13yYes, definitely. The biggest issue with importing data from Google Analytics is that they have a pretty low quota for data export, so it is hard/slow to get all historical data out from GA.−rfergie13yAs far as I know, GA doesn't have the real time stuff in the API yet. So you only need to update once per day.When you say "all historical data" do you grab everything back to the beginning of time? Or does it depend on what dashboard the user has setup?−vtuulos13yWith Mixpanel we grab everything back to the beginning of time. How much data is made available for a dashboard (card) depends on your plan.See details here:https://bitdeli.com/docs/datasources.html
Comments
Yes, definitely. The biggest issue with importing data from Google Analytics is that they have a pretty low quota for data export, so it is hard/slow to get all historical data out from GA.
As far as I know, GA doesn't have the real time stuff in the API yet. So you only need to update once per day.
When you say "all historical data" do you grab everything back to the beginning of time? Or does it depend on what dashboard the user has setup?
With Mixpanel we grab everything back to the beginning of time. How much data is made available for a dashboard (card) depends on your plan.
See details here:
https://bitdeli.com/docs/datasources.html