Hey, Does we get solution to this issue. I want to display list of Accounts Names of all customer_client , but the below query only gives owner account name for each row. I can't hit get customer API is loop as it reach quota limit after 30 calls and we have more than that.
Any suggestion how to get Account names of customer_client in 1 or 2 api hits. Thanks Suresh On Friday, April 5, 2019 at 10:31:15 PM UTC+5:30, googleadsapi-forumadvisor wrote: > > Hi Noemi, > > Can you try the following query: > SELECT > customer.id, > customer.resource_name, > customer_client.level, > customer_client.client_customer, > customer_client.resource_name > FROM > customer_client > > If you still face issues, please share your request and response through > *reply > privately to author *so I can take a closer look. > > Regards, > Anthony > Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4e14c5a6-2764-48e0-bbe8-a13f7b1b35ca%40googlegroups.com.
