Hi, Could you confirm if what you are looking for is the manager account given the customer ID of your client account? If so, then by logging in the old AdWords UI in your client account, you can go to *Account Settings > Account Access*. In this page, you can see the "*Client managers"* section which is the manager/s of the specific client account.
Using the new AdWords UI, you can click the *Tools button > Account Access > Managers*. You can see on the page the list of manager/s for this client account. For the AdWords API, you cannot determine the manager account given the client account. It would be the other way around. Given the MCC Id, you can run the Get Account Hierarchy <https://developers.google.com/adwords/api/docs/samples/java/account-management#get-the-account-hierarchy-under-the-current-account> example (in Java, available to other languages that AdWords API supports) to get all the child sub MCCs and client accounts under that parent MCC. As additional information also, you can run the CustomerService.getCustomers() <https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService#getcustomers> without specifying the clientCustomerId in the request header to get all the client accounts which is directly accessible by the authenticated user. Let me know if you have further clarifications. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/85f749b0-3aa8-4d4b-9fa3-3165273e50ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
