Hi Evita, Unfortunately, there is no way to get a list of accounts via the API other than using the ManagedCustomerService <https://developers.google.com/adwords/api/docs/guides/accounts-overview#managedcustomerservice> .
Please refer to this example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201603/accountmanagement/GetAccountHierarchy.java> in java for more information (same example is available in other language libraries <https://developers.google.com/adwords/api/docs/clientlibraries> too). Please ensure that you set the clientCustomerId in your ads.properties as the MCC account ID. Also, you can check out this example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201605/reporting/ParallelReportDownload.java> to download reports for multiple client accounts from a manager account. Regards, Vishal, 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/1725d5d1-542b-4ce1-b222-cfdb3768da42%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
