RE: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for reaching out. Unfortunately, this is not possible as email is not a field that can be selected in ManagedCustomerService. You can see a list of selectable fields in this documentation. If you have any additional questions, please don't hesitate to reach out. Regards, D

RE: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for reaching out. Unfortunately, this is not possible as email is not a field that can be selected in ManagedCustomerService. You can see a list of selectable fields in this documentation. If you have any additional questions, please don't hesitate to reach out. Regards, D

Re: CustomerService --> getCustomers returning just one Customer

2020-06-17 Thread Austin Becker
Hello, I have a similar question. I'm not sure how to programmatically find a user's client_customer_id in order to add it to my yaml file. I could ask the user to type their client_customer_id into my web app, but I'd rather get a list of all the client_customer_ids associated with their email

Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Great!, Thanks a lot for your help!!! On Friday, January 20, 2017 at 1:24:05 PM UTC-3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Angel, > > You need to use ManagedCustomerService > > to > retri

Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Angel, You need to use ManagedCustomerService to retrieve the client accounts under your manager account. The GetAccountHierarchy

Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Oh :-( I really was looking for getting the client accounts under my account. *Is there any API-endpoint to get the information about the client accounts under my manager account? * Thanks in advance (again :-) ) Angel On Thursday, January 19, 2017 at 8:04:49 PM UTC-3, Shwetha Vastrad

Re: CustomerService --> getCustomers returning just one Customer

2017-01-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Angel, As mentioned in this blog post , you can now associate up to 5 AdWords accounts to a single email address. As a result, CustomerService.getCustomers()

CustomerService --> getCustomers returning just one Customer

2017-01-19 Thread Angel Lubenov
Hi!, This is the situation: I am connecting to the API with my manager account, I want to retrieve all the accounts information, I am making the request without the clientCustomerId parameter, but I got just one client information (me) and not all the clients as the documentation says. How