Forum Discussion
G_CR_23
Helper I
2 years agoGA4 Connector doesn't work
Hi all, i am trying to gather data from GA4 using the beta connector. It works well, but it seems that it can't import more than a certain number of row (around 20.000 rows). If rows are more than t...
G_CR_23
Helper I
2 years agoAny solutions?
- Anonymous2 years agoNot applicable
Hi G_CR_23
Can you split the current query into two or more queries to reduce the number of rows to be loaded in each query? Not must depend on date. Then append the queries into a new query to get the complete data. Each query will send an individual request to the API to get a subset of values, which may not hit the API's limitation.
- G_CR_232 years ago
Helper I
Hi Anonymous ,
ty for the idea, but it can't help in my situation, because i need data field, and even if i select only the last 2 weeks i have this problem.
In this way this API is almost useless, i hope there is or will be a solution, because it didn't happen with ga universal.
However, Ty very much!