RequiredError.REQUIRED @ operations[0].operand.id

2016-10-28 Thread tsoebijantoro
.org/soap/envelope/";> https://ddp.googleapis.com/api/ddp/dmp/v201607";> 00053fdffbe240590a24e603c305bc3b DmpUserListService mutate 2 124 soap:Server [RequiredError.REQUIRED @ operations[0].operand.id] ht

RequiredError.REQUIRED @ operations[0].operand.id Error

2016-10-28 Thread tsoebijantoro
- : SOAP response (status 500) D, [2016-10-27T15:08:39.949859 #87123] DEBUG -- : http://schemas.xmlsoap.org/soap/envelope/";> https://ddp.googleapis.com/api/ddp/dmp/v201607";> 00053fdffbe240590a24e603c305bc3b DmpUserListService mutate 2 124

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

2015-09-09 Thread Josh Radcliff (AdWords API Team)
Hi Florian, In the code you sent to Anthony, I noticed that you are using the *FeedService*. $operand = new AdGroupFeed($adGroupFeed->feedId, $adGroupFeed->adGroupId); $operation = new AdGroupFeedOperation($operand, 'REMOVE'); $feedService = *$user->GetService('FeedService', $this->apiVersion);

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

2015-09-09 Thread Anthony Madrigal
Hi Florian, The required fields to remove an AdGroupFeed are feedId and adGroupId . Please make sure that you are including both of these IDs in your request. If you did include both of them

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

2015-09-09 Thread Florian Eckerstorfer
response: "RequiredError.REQUIRED @ operations[0].operand.id" However, AdGroupFeed does not have a field "id". How can I delete an AdGroupFeed? (btw, I am using the PHP SDK) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo