Re: CustomerService->getCustomers only returns one Customer Client

2017-09-15 Thread Elton Morais
Hi Vincent, You were right. I was sending the clientCustomerId so it was only fetching one. Thank you very much for your help and time. It worked. PS.: Sorry for the prints. sexta-feira, 15 de Setembro de 2017 às 04:03:03 UTC+1, Vincent Racaza (AdWords API Team) escreveu: > > Hi Elton, > >

Re: CustomerService->getCustomers only returns one Customer Client

2017-09-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Elton, It seems that you specified your clientCustomerId in your request (you set this in the property file) for getCustomers() that's why only one client account information is being returned. I

CustomerService->getCustomers only returns one Customer Client

2017-09-14 Thread Elton Morais
Hi, I'm using the *Adwords API* to fetch all customer clients on a google account. Using the function *getCustomers()* on the *CustomerService* class it only returns one account. $adWordsServices = new AdWordsServices(); // Get the service, which loads the r