Hello,At the moment I am working on case for extracting hourly a data
using Analytics API 2.0. The idea is to extract 3 dimensions with
several metrics. My first dimension has around 1300 rows, second around
10 rows, third around 100 rows. Following the documentation the ETL is
making a breakdown for the over the 3 dimensions and in average I need
to execute around 3000 request. When running the requests consecutively
the whole process is taking more than 20 minutes. I have the possibility
to ru...