Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, If you want to get the clientCustomerIds associated to your refresh token (or basically, to your OAuth credentials), you can run the getCustomers() method of CustomerService. You don't need

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, My apologies if I missed out on your second question. The "clientCustomerId" object as seen in this example pertains to the child or client accounts that

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread Tim Johnson
Hi Peter, Thank you so much for the prompt response. Fair enough, thanks for the heads up. On the second question, the value of the "clientCustomerId:protected" key is the account that holds the campaigns, correct? It never is a MCC account ID that don't "directly" have campaigns, do they?

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, I'm afraid that there is currently no way to retrieve account(s) information using only a refreshToken or any of the OAuth2 credentials. If you wish to retrieve the list of clients under an MCC account, you may use the ManagedCustomerService.get