Retrieving data from multiple customers in one query for account budget

2024-03-27 Thread 'Yao Da' via Google Ads API and AdWords API Forum
Hi, In my current code we retrieve account budget per customer in a single query. However because one mcc manager many customers, if we get account budget per customer, this will cause error with "code = ResourceExhausted desc = Resource has been exhausted (e.g. check quota)", so we want to re

RE: Retrieving data from multiple customers in one query

2022-08-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. Allow me to provide support to your concern. With regard to your concern, I am afraid that this is not possible. The metrics fields of the Google Ads API reporting can only be requested on a client account only. With this, I would suggest continuing using

Re: Retrieving data from multiple customers in one query

2022-08-23 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/nv214XIPoXo ) from the forum as it wasn't routed to our support queue. Kind regards, Sherwin Vincent Google Ads API Team On Monday, August 22, 2022 at 5:11:21 PM UTC+

Retrieving data from multiple customers in one query

2022-08-22 Thread 'Teun vh' via Google Ads API and AdWords API Forum
Hi, In our current code we retrieve metrics per customer in a single query. However because our client database grows we sometimes want to retrieve metrics like impressions for all our clients together in *one* call. Is this possible? Current example code: public static function runExample(Goo