Hi.

We are encountering some unexpected behavior. Attempting mutate on a 
CustomerFeedService results in EntityNotFound.INVALID_ID, apprently 
relating to used FeedId. The feed in question has been created immediately 
before attempting to use it in a CustomerFeed. Afterwards I have determined 
that the Feed in question is indeed present and ENABLED in the customer 
account.

These are all the Feeds with MyBusiness information currently in the 
acccount:

155158773, FeedAttribute{id=1, isPartOfKey=false, name=BusinessName, 
type=STRING}, REMOVED 155158917, FeedAttribute{id=1, isPartOfKey=false, 
name=BusinessName, type=STRING}, REMOVED 155198485, FeedAttribute{id=1, 
isPartOfKey=false, name=BusinessName, type=STRING}, REMOVED 155237537, 
FeedAttribute{id=1, isPartOfKey=false, name=BusinessName, type=STRING}, 
REMOVED 155358912, FeedAttribute{id=1, isPartOfKey=false, 
name=BusinessName, type=STRING}, ENABLED

I know that a client might have to retry on encountering 
MISSING_FEED_MAPPING_FOR_PLACEHOLDER_TYPE. Is this an alternative 
expression of the same phenomenon? Or is it something?

If you need further information, please inform me.


I'll append our client's error log.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

    <soapenv:Header>

        <ns1:RequestHeader 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; 
soapenv:mustUnderstand="0">

            <ns1:clientCustomerId>###redacted###</ns1:clientCustomerId>

            <ns1:developerToken>REDACTED</ns1:developerToken>

            <ns1:userAgent>###redacted###</ns1:userAgent>

            <ns1:validateOnly>false</ns1:validateOnly>

            <ns1:partialFailure>false</ns1:partialFailure>

        </ns1:RequestHeader>

    </soapenv:Header>

    <soapenv:Body>

        <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201809";>

            <operations>

                <operator>SET</operator>

                <operand>

                    <feedId>155358912</feedId>

                    <matchingFunction>

                        <operator>IDENTITY</operator>

                        <lhsOperand 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201809"; 
xsi:type="ns2:ConstantOperand">

                            <ns2:type>BOOLEAN</ns2:type>

                            <ns2:booleanValue>true</ns2:booleanValue>

                        </lhsOperand>

                    </matchingFunction>

                    <placeholderTypes>7</placeholderTypes>

                </operand>

            </operations>

        </mutate>

    </soapenv:Body>

</soapenv:Envelope>

2020-03-20 09:17:25,399 INFO  [Thread-444] 
com.google.api.ads.common.lib.utils.logging.RemoteCallLoggerDelegate: SOAP 
response:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

    <soap:Header>

        <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>

            <requestId>0005a144ea58ecab0a37a456d3002fcd</requestId>

            <serviceName>CustomerFeedService</serviceName>

            <methodName>mutate</methodName>

            <operations>0</operations>

            <responseTime>140</responseTime>

        </ResponseHeader>

    </soap:Header>

    <soap:Body>

        <soap:Fault>

            <faultcode>soap:Client</faultcode>

            <faultstring>[EntityNotFound.INVALID_ID @ 
operations[0].operand.feedId]</faultstring>

            <detail>

                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>

                    <message>[EntityNotFound.INVALID_ID @ 
operations[0].operand.feedId]</message>

                    
<ApplicationException.Type>ApiException</ApplicationException.Type>

                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="EntityNotFound">

                        <fieldPath>operations[0].operand.feedId</fieldPath>

                        <fieldPathElements>

                            <field>operations</field>

                            <index>0</index>

                        </fieldPathElements>

                        <fieldPathElements>

                            <field>operand</field>

                        </fieldPathElements>

                        <fieldPathElements>

                            <field>feedId</field>

                        </fieldPathElements>

                        <trigger/>

                        <errorString>EntityNotFound.INVALID_ID</errorString>

                        <ApiError.Type>EntityNotFound</ApiError.Type>

                        <reason>INVALID_ID</reason>

                    </errors>

                </ApiExceptionFault>

            </detail>

        </soap:Fault>

    </soap:Body>

</soap:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/661b84f7-ae54-422b-9616-ef0109f1e3a2%40googlegroups.com.

Reply via email to