Hello all,

I've met an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, when i use the 
Adwords API to create a remarketing list which contains a list of String 
rules (the relation between the rules is OR).  The test is done with an 
test account.

After multi tests, i've found that if the rules is less then 400, it could 
pass. Otherwise , adwords will always return an internal error. 

Below is the soap msg , with 464 StringRuleItems:

<soapenv:Body>

        <mutate xmlns="https://adwords.google.com/api/adwords/rm/v201509";>

            <operations>

                <ns7:operator 
xmlns:ns7="https://adwords.google.com/api/adwords/cm/v201509";>ADD</ns7:operator>

                <operand 
xmlns:ns8="https://adwords.google.com/api/adwords/rm/v201509"; 
xsi:type="ns8:ExpressionRuleUserList">

                    <ns8:name>992_TARGET_20151027030959</ns8:name>

                    <ns8:rule>

                        <ns8:groups>

                            <ns8:items>

                                <ns8:StringRuleItem>

                                    <ns8:key>

                                        <ns8:name>cid</ns8:name>

                                    </ns8:key>

                                    <ns8:op>EQUALS</ns8:op>

                                    <ns8:value>170610</ns8:value>

                                </ns8:StringRuleItem>

                            </ns8:items>

                        </ns8:groups>

                        <ns8:groups>

                            <ns8:items>

                                <ns8:StringRuleItem>

                                    <ns8:key>

                                        <ns8:name>cid</ns8:name>

                                    </ns8:key>

                                    <ns8:op>EQUALS</ns8:op>

                                    <ns8:value>24017</ns8:value>

                                </ns8:StringRuleItem>

                            </ns8:items>

                        </ns8:groups>


.....


soap response : 

<?xml version="1.0" encoding="UTF-8"?><soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

    <soap:Header>

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

            <requestId>00052316a22c7af00a0de655a507a112</requestId>

            <serviceName>AdwordsUserListService</serviceName>

            <methodName>mutate</methodName>

            <operations>1</operations>

            <responseTime>15710</responseTime>

        </ns2: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>

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

                    
<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>operations[0].operand.rule</fieldPath>

                        <trigger/>

                        
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString>

                        <ApiError.Type>InternalApiError</ApiError.Type>

                        <reason>UNEXPECTED_INTERNAL_API_ERROR</reason>

                    </errors>

                </ns2:ApiExceptionFault>

            </detail>

        </soap:Fault>

    </soap:Body>

</soap:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f6b23e23-ce41-4ae9-8b61-ae66d305e6ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to