I’m using the google.analytics.data_v1beta API to access Google Analytics data. I’m facing an issue with the 10,000-row limit per query, whereas I need to handle more than 10,000 rows per day.
Currently, I’m struggling to implement pagination and utilize dimension_filter with this API. Does anyone know an effective approach to work around these limits and manage queries with a large volume of data?
I’ve tried implementing pagination by row limit and making multiple queries, but this is not allowed by the google.analytics.data_v1beta API.
I’ve also attempted pagination by date and time, but unfortunately, this is not supported by the API.
Furthermore, I’ve tried applying filters using dimensions, but this functionality is also not available.
Guilherme Lorenzetti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.