Hi,
lets say I a customer that has 20 000 adgroups, I want to get keywords and ads for theses adgroups. I can only get this data in chunks because of the limits. How to get count of entities in one api request? response should return the following info:
adgroup: 1 has 20 ads and 50 keywords,
adgroup: 2 has 56 ads and 81 keywords,
etc.
What would be the most elegant way to achieve this?
by the way I'm using .net client library.
thanks.