I'm working on migrating from Adwords API to Google Ads API. In order to get the list of accounts with their id and name I was using ManagedCustomerServiceInterface. In Google Ads API the only replacement I found for ManagedCustomerServiceInterface is CustomerServiceClient.listAccessibleCustomers. However it returns only the id. To get the customer/account name and id I have to make additional call to getCustomer per each customer. Is there a better way to get all account/customer id and name?
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cd765844-3c94-4729-ad15-e1db19e09bc4n%40googlegroups.com.
