When trying to create an AdGroupFeed using the PHP SDK, I get this error: EntityNotFound.INVALID_ID @ operations[0].operand.feedId; trigger:'FeedId{id=*********}.
I have checked the FeedID and it exists. I also tried using different accounts.
Until recently everything worked fine.
This is my request:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201605">
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns1:clientCustomerId>***-***-****</ns1:clientCustomerId>
<ns1:developerToken>***********</ns1:developerToken>
<ns1:userAgent>Test App (AwApi-PHP/10.0.0, Common-PHP/10.0.0, PHP/5.6.27)</ns1:userAgent>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:mutate>
<ns1:operations>
<ns1:operator>ADD</ns1:operator>
<ns1:operand>
<ns1:feedId>*********</ns1:feedId>
<ns1:adGroupId>***********</ns1:adGroupId>
<ns1:matchingFunction>
<ns1:functionString>IDENTITY(true)</ns1:functionString>
</ns1:matchingFunction>
<ns1:status>ENABLED</ns1:status>
</ns1:operand>
</ns1:operations>
</ns1:mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thanks,
Bogdan