Re: Access to all campaigns via API

2016-07-29 Thread Antonio
thanks for your answer! i'll check it! cheers El miércoles, 27 de julio de 2016, 21:17:11 (UTC+2), Anthony Madrigal escribió: > > Hi Antonio, > > No, you should only have one yaml file. You will just need to change the > client_customer_id >

Re: Access to all campaigns via API

2016-07-27 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Antonio, No, you should only have one yaml file. You will just need to change the client_customer_id . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Access to all campaigns via API

2016-07-27 Thread Antonio
thanks for the answer! and for changing between the different accounts do i need to have a .yaml file for each account? thanks! El lunes, 25 de julio de 2016, 15:22:47 (UTC+2), Zweitze escribió: > > For each account, you only need to set the customerid of that account. > You don't need to get a n

Re: Access to all campaigns via API

2016-07-25 Thread Zweitze
For each account, you only need to set the customerid of that account. You don't need to get a new authentication token, or get access from a different login, or anything like that. Access provided by the MCC is sufficient. Most client libraries should have examples showing how to set customerid

Re: Access to all campaigns via API

2016-07-21 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Antonio, Using services such as the CampaignService will not work from an MCC level. You will need to be on an AdWords client level. The only API service available at the MCC level is the ManagedCustomerService

Access to all campaigns via API

2016-07-21 Thread Antonio
Hello all, I've been working with the api developing different tools to manage our campaigns. but I have a doubt by working at MCC level. Can I manage all the adwords account under an MCC account at the same time from the API, or i need to change the authentication for each account? Thanks in ad