Re: Login with client account under MCC account

2016-07-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Sachin, Unfortunately, that is not possible. The only way to access an AdWords account data using the API is to use the client account's OAuth credentials to log in, i.e. for every new client, you would need to create new OAuth credentials. You can, however, use the same developer token every

Re: Login with client account under MCC account

2016-07-28 Thread Sachin Kumar
Hello Vishal, Thank you for your reply. In this mail you had mentioned that we need to used 9 digit CustomerId(in my case it showing 10 digit CustomerId. I used GetAccountHierarchy(AdWordsUser $user) method to get all customer Ids.) in order to access the campaign stats. But my client

Re: Login with client account under MCC account

2016-07-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sachin, Since you are able to log in to the API using the MCC account, all you need to do to access a client account is make the following changes in the properties file: 1. Change the value of the property clientCustomerId to the 9 digit Client ID (instead of MCC ID). Please note

Login with client account under MCC account

2016-07-27 Thread Sachin Kumar
Hello Team, Goal: To login with client account and see this account data in adwords. I am able to login and process all data when login with MCC account. I want to login with client account to show data of this account only. E.g: Under MCC account we have many users account. I want to login