Hi, I had a couple questions about the new Analytics API.
- Is there a way to make sure I don’t hit a
RESULT_POINT_LIMIT_EXCEEDEDerror when querying the analytics API using thedailytime period? I found this in the documentation: “When using a:time_periodof daily, weekly, or monthly, the results are limited to 500 time points.” Does that mean if I make sure my days are a maximum of 500 days apart (if I’m using daily) or my months are a maximum of 500 months apart (if I’m using monthly) then I should never hit that error? - When I use some of the breakdowns, they do not return the actual breakdown with the response. For instance, when I use
sessionsas the:breakdown_byparameter, it returns results that look like they are broken down but have no breakdown field with them.
Edit: I figured out if I usedailyinstead ofsummarize/dailyfor these endpoints then it DOES return the breakdowns (I’m not sure why, but maybe you want to make note of that in the documentation?). However, when I usegeolocationor any of theutm-types as the:breakdown_byparameter, then I get an error that says a filter is required but I cannot find the filter options anywhere. How am I supposed to know what I can filter by?
I have clients waiting for this integration so quick replies would be much appreciated.