Hi, As i know from the answer of *Josh, AdWords API Team* that we can get the client name using the name fields on CustomerService.Customer <https://developers.google.com/adwords/api/docs/reference/v201402/CustomerService.Customer>, or the name fields on ManagedCustomerService.ManagedCustomer <https://developers.google.com/adwords/api/docs/reference/v201402/ManagedCustomerService.ManagedCustomer>. CustomerService will give you information on the customer ID in the header, while ManagedCustomerService will give you information on all of the customers under an MCC.
To issue requests against specific client/customer IDs,we simply set the client customer ID dynamically as described in the auth.ini <https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini#L10> like this $user = new AdWordsUser(); $user->SetClientCustomerId(*'564-667-675'*); But i need to know all the details of my clients under my MCC accounts. For Ex. i have 15 clients under my MCC account. i want to get details like this with one request client name, client id, client creation date *client name* *client id * *create dateXXX 564-667-675 2014-04-05**YYY 564-999-675 2013-04-05* *KKK 657-667-675 2014-09-05* *VVV 564-009-675 2015-04-05*..... .................... ................ ..... ..................... ................ *MDV 564-089-675 2005-04-05* So, my questions are How to get ALL client details(client name, client id, client creation date) under my MCC account ? May i need to pass any specific client id/ Root client id of MCC account in this case on auth.in ? Thanks, Sany -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/953822a5-a3d3-450c-8662-3cdf37112c61%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.