RE: Maximum number of resources

2020-10-11 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Thank you for your email. Report sizes may be only up to 100,000 rows as discussed here. Also as discussed in our best concepts guide for retrieving objects, the recommendation would be to limit the number of objects returned, to avoid issues. You may check out our paging guide and t

Maximum number of resources

2020-10-09 Thread Dihan Cheng
Hi, I made an api call to ad_group_ad with where clause resource_name in ( ... ), and got an internal_error. but I notice if the number of resources in the where clause is small like hundreds of resources, the api call will return successful, however if it's thousands it will fail. I just upgrad