Remove AdGroupFeed throws RequiredError.REQUIRED @ operations[0].operand.id error

2015-09-09 Thread Florian Eckerstorfer
I am trying to delete some AdGroupFeeds through the API. In my code I am retrieving all AdGroupFeeds from the API, filter the list and then create a REMOVE operation using the retrieved AdGroupFeed object as operand. However, when I call the mutate() function the API sends the following

AdGroupAd SET operation has no effect

2014-12-02 Thread Florian Eckerstorfer
I use the PHP SDK to create and update ads for our campaigns and yesterday I started to run into a problem where ad creation works fine, but updating an existing ads does not work. I create an AdGroupAdOperation with the correct data, send it to the API but the response contains the old ad

Not possible to update status of ad group

2014-10-07 Thread Florian Eckerstorfer
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? --

Re: Re-initializing a sandbox account

2012-07-16 Thread Florian Eckerstorfer
Hello, I still see 0 when I call GetAccountHierachy (via the PHP client library). However, when I look at the log files (soap_xml.log) I can see the customerId. On Tuesday, March 13, 2012 7:36:34 AM UTC+1, Anash P. Oommen wrote: Hi everyone, The sandbox should behave fine now. Let me know