Hello Florian,
Please make sure you are specifying the correct AdGroup ID. Here is the
client library example:
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201406/BasicOperations/UpdateAdGroup.php
-Danial, AdWords API Team.
On Tuesday, October 7, 2014 10:14
I am trying to update the status of ad groups to pause them using the PHP
SDK. I set the status property of AdGroup to "PAUSED" and send a SET
request, but the ad group is not paused and also the response says status =
ENABLED.
What do I need to do to pause an ad group using the API/PHP SDK?
-