Re: How to create MCC account using google adwords api in php

2016-07-21 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi, You could start with the instructions at our getting started guide . It covers all the details you need to know to get started with AdWords API. We provide a client library in PHP so that it is easy to work with the API.

Re: How to create MCC account using google adwords api in php

2016-07-20 Thread Richest Soft
please tell me how to integrated with adwords api in php ??? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to create MCC account using google adwords api in php

2015-02-01 Thread Anash P. Oommen (AdWords API Team)
Hi Shobhan, You have to be a bit more specific about what you want to do with an MCC account. The most common use case is to fetch all accounts in the MCC, allow user to pick an AdWords account, and then perform campaign management operations on it. You can find relevant code examples in

How to create MCC account using google adwords api in php

2015-02-01 Thread Shobhan Babu
Hi , I have google adwords account and I have successfully integrated with adwords api in php.But now I want to implement it for the MCC account ,How can we achieve this thing by google adwords api in php .. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on