I'm getting RESPONSE_SIZE_LIMIT_EXCEEDED when fetching 5,500 Criterion in 1 AdGroup. I've tried to reduce the number of fields I'm fetching and the problem persists. The only solutions I've been able to come up with are:
- delete some Criterion from the AdGroup
- fetch Criterion from the AdGroup in "chunks" Say 1000 at a time. I'm assuming this is possible?
Any better solutions?