Hi,

I after upgrade to v201806, I use FeedItemTargetService to manipulate 
FeedItemTarget objects. However for some reason I can not remove an 
existing FeedItemCriterionTarget. 
<?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/v201806"; 
soapenv:mustUnderstand="0">
            <ns1:clientCustomerId>524-837-1008</ns1:clientCustomerId>
            <ns1:developerToken>REDACTED</ns1:developerToken>
            
<ns1:userAgent>marinsoftware.com:marin-google-api-coordinator:C02PR2FYG8 
(AwApi-Java, AdWords-Axis/3.15.0, Common-Java/3.15.0, Axis/1.4, 
Java/1.8.0_112, maven)</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/v201806";>
            <operations>
                <operator>REMOVE</operator>
                <operand 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201806"; 
xsi:type="ns2:FeedItemCriterionTarget">
                    <ns2:feedId>41083103</ns2:feedId>
                    <ns2:feedItemId>11245594748</ns2:feedItemId>
                </operand>
            </operations>
        </mutate>
    </soapenv:Body>
</soapenv:Envelope>

and the response is
<?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/v201806";>
            <requestId>000575a9e477d6580a626710100c31bf</requestId>
            <serviceName>FeedItemTargetService</serviceName>
            <methodName>mutate</methodName>
            <operations>1</operations>
            <responseTime>350</responseTime>
        </ResponseHeader>
    </soap:Header>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</faultstring>
            <detail>
                <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201806";>
                    
<message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</message>
                    
<ApplicationException.Type>ApiException</ApplicationException.Type>
                    <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">
                        <fieldPath/>
                        <trigger/>
                        
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString>
                        <ApiError.Type>InternalApiError</ApiError.Type>
                        <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
                    </errors>
                </ApiExceptionFault>
            </detail>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>

Thanks in advance for any help 

Best,
Yi Huang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/dfb23113-4a2b-41a3-9634-646473d69596%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... yhuang
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to