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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9cebc157-5c42-4e15-8983-91dea9d8ba38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • AdGroupFeedServi... Bogdan Padurariu
    • Re: AdGroup... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to