Re: How to get Customer Id using Access token for Non-MCC account

2016-10-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alfie, If you have the OAuth2 credentials associated with a client account (non-MCC account), you can use CustomerService.getCustomers() method to retrieve the details of the Customer. You need t

Re: How to get Customer Id using Access token for Non-MCC account

2016-10-26 Thread Alfie Max
Hi, I'm using the ruby client library . How do i make the CustomerService Request so that i get the Customer info for a non MCC account. And for a MCC account i believe i have to use the ManagedCustomerService but for

Re: How to get Customer Id using Access token for Non-MCC account

2016-08-08 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, It should work in a test environment. Are you using a refresh token generated on a test account? If not, please try that. If you're still having trouble, please include a SOAP request/response so I can take a closer look. Regards, Mike, AdWords API Team On Saturday, August 6, 2016 at 8

Re: How to get Customer Id using Access token for Non-MCC account

2016-08-06 Thread Shibu Alist
Hello Mike, Thanks for your reply!!! Does this works in test environment ?. Because i get error "Missing CLIENT_CUSTOMER_ID" when using CustomerService in test environment. On Friday, August 5, 2016 at 7:36:39

Re: How to get Customer Id using Access token for Non-MCC account

2016-08-05 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Use the CustomerService for this. The CustomerService does not require a CustomerID header to be specified, and will return the currently authenticated customer. The Customer

Re: How to get Customer Id using Access token for Non-MCC account

2016-08-04 Thread Shibu Alist
Hi Anthony, Thanks for your reply But i am still confused as i get the same answer from everywhere. Let me clear our application flow. Actually we are building an application, where normal users will connect their adword account by going through OAuth Authentication process. After Authenti

Re: How to get Customer Id using Access token for Non-MCC account

2016-08-04 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Shibu, You can use the ManagedCustomerService from your MCC level in order to get the client accounts under it. This will give you the customer Ids of these accounts as well if you select the field cu