Hi Jesús, Thank you for reaching out.
Based from your post, I can see that you wish to retrieve all customer names under a MCC account. Unfortunately, there is not direct way to implement this in the Google Ads API. The best option I can think of is to use the CustomerService.ListAccessibleCustomers() method and retrieve the list of clientCustomerIds under that MCC account. After this, you might have to iterate through the list and use the CustomerService.getCustomers() to get the descriptive_name field for the customer account name. Let me know if you have further clarifications. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UAqNRN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/4s1bb000000000000000000000000000000000000000000000PRY3BP00FZsBgTXPSWOaeggnLabgtw%40sfdc.net. For more options, visit https://groups.google.com/d/optout.
