Hi, You 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.
Best, Josh, AdWords API Team On Wednesday, April 23, 2014 8:09:21 AM UTC-4, prafull mathur wrote: > > Hi Josh, > > I am able to get Campaign,Adgroups,Ads from customer id .but can you > please let me know how i show my client name on those pages. > Is there any function for get client name from id or anything else ? > > > > > On Thursday, 17 April 2014 11:37:12 UTC+5:30, prafull mathur wrote: >> >> Hello Team, >> >> >> I am trying to get all campaign and all details of my client's but i am >> unable to get all details of my client's. >> >> I have a MCC account with n number of client's .So i would like to get >> client under my MCC account and then retrieve all campaign and ad details >> for each client let us know if this is possible. >> >> I am using Google adwords client's library in php to get all details of >> my client's . >> Can you please let me know this is possible in latest version or not . >> >> Right now i am using OAuth for Authentication ,so i have all the >> necessary thing which is used in new V201402. >> 1.Developer Token >> 2.Client ID (https://console.developers.google.com/project) >> 3.Client Secret ID (https://console.developers.google.com/project) >> 4.Refresh Token >> >> >> I am only able to get all client's ID .but i am unable to get >> Campaign,Pay per click etc other services. >> >> So please guide me how to use PHP client's library to get all client's >> details or let me know this is possible right now or not and how much time >> it will take. >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
