I’m trying to use the following APIs for a data extraction pipeline using the Python SDK, grouped at a user-level...
Aggregate:
/analytics/calls/v1/accounts/~/aggregation/fetch
Timeline:
/analytics/calls/v1/accounts/~/timeline/fetch
I am struggling with both the page limitation and rate limit, and was wondering if anyone had done this before, since just one day’s worth of data seems to tip it over the edge.
What is the best way to iterate and feed the page number into the query parameters successfully?