Hello, I have a similar question. I'm not sure how to programmatically find a user's client_customer_id in order to add it to my yaml file. I could ask the user to type their client_customer_id into my web app, but I'd rather get a list of all the client_customer_ids associated with their email address, then let them select which client_customer_id they'd like to work with using my app.
Is this not possible? Thank you for your help! On Friday, January 20, 2017 at 3:35:50 PM UTC-5, Angel Lubenov wrote: > > Great!, > Thanks a lot for your help!!! > > > > > On Friday, January 20, 2017 at 1:24:05 PM UTC-3, Shwetha Vastrad (AdWords > API Team) wrote: >> >> Hi Angel, >> >> You need to use ManagedCustomerService >> <https://developers.google.com/adwords/api/docs/reference/v201609/ManagedCustomerService> >> to >> retrieve the client accounts under your manager account. The >> GetAccountHierarchy >> <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/accountmanagement/GetAccountHierarchy.java> >> Java >> example demonstrates how to use this service to retrieve the account >> hierarchy under a manager account. Example code in other languages is >> available here >> <https://developers.google.com/adwords/api/docs/clientlibraries>. >> >> Regards, >> Shwetha, AdWords API Team. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6de5ba94-d5f6-41c6-8aa9-68ca48ad20e3o%40googlegroups.com.
