RE: Fetching the customer_client.name for a customer

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hey Suresh, You could use paging for your results so that more data gets returned during your API call and you will need less calls. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001U8Lkmn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Re: Fetching the customer_client.name for a customer

2019-07-16 Thread Suresh Yadav
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 t

RE: Fetching the customer_client.name for a customer

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
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

Re: Fetching the customer_client.name for a customer

2019-04-05 Thread Noémi Molnár
Hi Anthony, I did what you suggested, but it only returns data for the users with level: 0. On Thursday, April 4, 2019 at 10:55:52 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hi Noemi, > > Descriptive name for the customer is not available in the customer_client > resource. You have to mak

RE: Fetching the customer_client.name for a customer

2019-04-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Descriptive name for the customer is not available in the customer_client resource. You have to make another API call to the customer resource. You could use the available customer fields in the customer resource and can pass each customer Id to get the respective details of that custo

Re: Fetching the customer_client.name for a customer

2019-04-04 Thread Noémi Molnár
Hi Anthony, I use the Customer resource for returning the details for the customers, but it only returns the data for the customers directly accessible by the user authenticating the call, but the user authenticating the call, does not seem to have the permission to return data for the Accessib

RE: Fetching the customer_client.name for a customer

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Unfortunately, this field is currently not available for customer_client. However, you can make a call to the Customer resource to get the descriptive name. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=

Fetching the customer_client.name for a customer

2019-04-02 Thread Noémi Molnár
I would like to return the id, currencyCode, timeZone, descriptiveName for each customer_client for a customer. The customer_client resource group returns the id, currencyCode, timeZone, but not the descriptiveName. I tried to use request the descriptiveName for the customer_clients, but it ret