Re: Get All Client Details under MCC account with PHP API

2015-06-23 Thread Danial Klimkin
Hello Sany, Yes, the approach of running a report and checking the first month with the impressions available seems reasonable. -Danial, AdWords API Team. On Tuesday, June 23, 2015 at 7:05:40 AM UTC+2, Sarah Riddell wrote: > > Hi Danial, > > That's why i am using below approach to get account

Re: Get All Client Details under MCC account with PHP API

2015-06-22 Thread Sarah Riddell
Hi Danial, That's why i am using below approach to get account's create date as Kevin Winter Suggest, can you tell me that this is ok what i am doing now ? need your feedback on it. https://groups.google.com/forum/#!searchin/adwords-api/creation$20date$20of$20adwords$20account/adwords-api/32T

Re: Get All Client Details under MCC account with PHP API

2015-06-22 Thread Danial Klimkin
Hello Sany, Here is the full list of account details you can retrieve from ManagedCustomerService in one request: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201502-ManagedCustomerService The API doesn't allow to retrieve account creation date. -Danial, AdWords

Re: Get All Client Details under MCC account with PHP API

2015-06-21 Thread Sarah Riddell
Hi, I just want to add some more clarification on my above question. Now i get client id & client name under my MCC account by passing Root client id of MCC account in on auth.in & using ManagedCustomerService based on example GetAccountHierarchy.php for v201502 But i need the every client cr

Get All Client Details under MCC account with PHP API

2015-06-19 Thread Sarah Riddell
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 , or the name fields on ManagedCustomerService.ManagedCustomer