Re: CustomerService in v201607

2017-10-22 Thread Michael Query
After recently getting approved for a Basic token, we had to remove the validateOnly setting on the AdWords Service to prevent from returning null on calls to getCustomers(). On Monday, August 8, 2016 at 4:31:13 PM UTC-6, Karan Vohra wrote: > > For the MCC account, if i call

Re: CustomerService in v201607

2016-09-23 Thread jorge . barrachina
Thanks for confirm it, As a Workaround, (If anyone is interested ) We can use *ManagedCustomerService.get *, to achieve info about all Accounts Managed by and MCC . ( If you are implementing webFlow , be sure you include the clientCustomerId of your MCC in the SOAP Headers ) . It would be

Re: CustomerService in v201607

2016-09-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Jorge, Thanks for the information. Yes, currently you will only get back the Id of the MCC account whether you omit the clientCustomerId or not. We are currently working on making all the client customer Ids returned for future versions. Regards, Anthony AdWords API Team -- --

Re: CustomerService in v201607

2016-09-22 Thread jorge . barrachina
It seems that doesn't matter if you add your clientCustomerId(MCC) in the soap headers or not . >From our side , we always get only the ClientCustomerId of the MCC account. As other people said in this thread , when you omit ClientCustomerId of your MCC on SOAP Headers, it should return a

Re: GetCustomers method in CustomerService in v201607 returns multiple customer ids back!

2016-09-14 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karan, You can enable the logs by following the instructions on the Github page of our client libraries. For example, here are the instructions for the Java library . Please try to run the requests again

Re: GetCustomers method in CustomerService in v201607 returns multiple customer ids back!

2016-09-13 Thread Karan Vohra
Hi Anthony, I dont have the SOAP request logged. We are working on implementing that. I have sent you the list of customer ids being returned. Will that help? Kindly reply here as i am not receiving the private responses somehow from you. Thanks and Appreciate the help! On Tuesday, September

Re: GetCustomers method in CustomerService in v201607 returns multiple customer ids back!

2016-09-13 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karan, There were no changes as far as I know. It should currently only return one customer Id. Could you please reply privately the SOAP request and response so I can see what is going on? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: CustomerService in v201607

2016-08-31 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Sachin, There should be no scenario in which you should get null when calling getCustomers. If you are encountering this, please create a new thread with more details. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: CustomerService in v201607

2016-08-31 Thread Sachin Doshi
Also, is there any scenario in which case the call to CustomerService.getCustomers() can return null? Thanks, -Sachin On Tuesday, 9 August 2016 05:10:31 UTC+5:30, Anthony Madrigal wrote: > > Hi Karan, > > If you set the client customer Id from the MCC account, getCustomers > should return

Re: CustomerService in v201607

2016-08-08 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Karan, If you set the client customer Id from the MCC account, getCustomers should return all the customers under that account. However, if you do *not *set the client customer Id from the MCC account, you will only have the MCC account returned. This new method in the API will allow us to

CustomerService in v201607

2016-08-08 Thread Karan Vohra
For the MCC account, if i call CustomerService.getCustomers method without setting the customer id header, would i get the list of all customers that the admin account has access to? For the normal advertiser account, if i call CustomerService.getCustomers method without setting the customer id

Re: CustomerService in v201607

2016-08-01 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
can't if we >> just authenticated a new user and we don't know his Id), then we will get >> back multiple accounts. How do we know which account is the root account? >> >> >> Oliver >> >> >> >> On Friday, 29 July 2016 22:48:36 UTC+1, Shwetha

Re: CustomerService in v201607

2016-07-31 Thread Oliver
a clientCustomerId in the request header, the >> getCustomers >> <https://developers.google.com/adwords/api/docs/reference/v201607/CustomerService#getCustomers> >> method >> will return the account details of the authenticated customer. If the >> canManageClients

Re: CustomerService in v201607

2016-07-31 Thread Emmanuel
a clientCustomerId in the request header, the >> getCustomers >> <https://developers.google.com/adwords/api/docs/reference/v201607/CustomerService#getCustomers> >> method >> will return the account details of the authenticated customer. If the >> canManageClients

Re: CustomerService in v201607

2016-07-30 Thread Oliver
omers > <https://developers.google.com/adwords/api/docs/reference/v201607/CustomerService#getCustomers> > method > will return the account details of the authenticated customer. If the > canManageClients > <https://developers.google.com/adwords/api/docs/reference/v201607/Cu

Re: CustomerService in v201607

2016-07-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Oliver, If you do not specify a clientCustomerId in the request header, the getCustomers <https://developers.google.com/adwords/api/docs/reference/v201607/CustomerService#getCustomers> method will return the account details of the authenticated customer. If the canManageClients

CustomerService in v201607

2016-07-29 Thread Oliver
The latest API version v201607 removed the CustomerService.get() method and replaced it with getCustomers(). I'm a bit puzzled by how one can achieve the same functionality. If an account is authenticated but no customerId is set (because it's unknown), the old get() method used to return the