How to recover all accounts MCC?

2017-09-27 Thread fabrice . boccaccini
How to recover all accounts MCC? I have been looking for a few days on google but I find nothing. I would like to retrieve all accounts manager from an adwords account. For the moment I only get the first one. I have seen : https://developers.google.com/adwords/api/docs/samples/python

How to recover all accounts MCC?

2017-09-27 Thread fabrice . boccaccini
How to recover all accounts MCC? I have been looking for a few days on google but I find nothing. I would like to retrieve all accounts manager from an adwords account. For the moment I only get the first one. I have seen : https://developers.google.com/adwords/api/docs/samples/python

Re: How to recover all accounts MCC?

2017-09-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you looking to get all the accounts linked to an AdWords MCC account? If so, you need to use ManagedCustomerService.get() method as shown in the get_account_hierarchy.py

Re: How to recover all accounts MCC?

2017-09-28 Thread fabrice . boccaccini
Hi I'm not looking to have all accounts linked to an mcc account but to have all mcc accounts linked to an adwords account. I want to

Re: How to recover all accounts MCC?

2017-09-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to get the AdWords Manager accounts linked to a client account using AdWords API. If you are looking to get all accounts that are directly accessible authenticated user, you can use CustomerService.getCustomers()