Hi Dovid, This can be done by using the method AccountService.getClientAccounts()
http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts This will return the email address of each client account of an MCC. The ids of the clients must be fetched one at a time however. For each client, set the clientEmail header of the request to that client's email address and then run AccountService.getAccountInfo() http://code.google.com/apis/adwords/docs/developer/AccountService.html#getAccountInfo This response will include the client id for that client, as well as other useful information. Best, - Eric Koleda, AdWords API Team On Mar 9, 6:24 am, Dovid <[email protected]> wrote: > Is there a way to retrieve a list of client Ids (together with email > address for that client) for a given MCC account via the API? Or do I > need to look up my client IDs in another way? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
