Re: Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread Danial Klimkin
Hello JP, Command line script is shown as a simple example. It is definitely possible to make an API call from a web page, but it is out of scope for the AdWords team to go into details. The AdWords API library can be used as any other PHP library on a web server. -Danial, AdWords API Team.

Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread JP Adrock
In the youtube video ( http://youtu.be/Idvia4600_E ) at 5 min 45 sec, the presenter pauses a campaign via the command prompt by typing "php PauseCampaign.php"... My question, is would this also be possible through a web browser, or does it have to be executed via command prompt? Because what