Hi. I've resolved this issue so I'm deleting this post. Thanks!

On Wednesday, February 24, 2016 at 3:29:56 PM UTC+2, idan harel wrote:
>
> Hey,
> I'm facing an issue with the AdWords API.
>
> I'm doing a get campaign list request which contain labels, this is the 
> request:
>
> <?xml version="1.0" encoding="UTF-8"?><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/v201601"; 
> soapenv:mustUnderstand="0">
>             <ns1:clientCustomerId>---</ns1:clientCustomerId>
>             <ns1:developerToken>---</ns1:developerToken>
>             <ns1:userAgent>Mabaya API (AwApi-Java, AdWords-Axis/2.9.0, 
> Common-Java/2.9.0, Axis/1.4, Java/1.8.0_45, internal)</ns1:userAgent>
>             <ns1:validateOnly>false</ns1:validateOnly>
>             <ns1:partialFailure>false</ns1:partialFailure>
>         </ns1:RequestHeader>
>     </soapenv:Header>
>     <soapenv:Body>
>         <get xmlns="https://adwords.google.com/api/adwords/cm/v201601";>
>             <serviceSelector>
>                 <fields>Id</fields>
>                 <fields>Name</fields>
>                 <fields>Status</fields>
>                 <fields>BudgetName</fields>
>                 <fields>Amount</fields>
>                 <predicates>
>                     <field>Labels</field>
>                     <operator>CONTAINS_ALL</operator>
>                     <values>Visible In Backoffice</values>
>                     <values>seller-b</values>
>                 </predicates>
>                 <ordering>
>                     <field>Id</field>
>                     <sortOrder>DESCENDING</sortOrder>
>                 </ordering>
>                 <paging>
>                     <startIndex>0</startIndex>
>                     <numberResults>10</numberResults>
>                 </paging>
>             </serviceSelector>
>         </get>
>     </soapenv:Body>
> </soapenv:Envelope>
>
>
> That's the response i'm getting:
>
> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="
> http://schemas.xmlsoap.org/soap/envelope/";>
>     <soap:Header>
>         <ResponseHeader xmlns="
> https://adwords.google.com/api/adwords/cm/v201601";>
>             <requestId>00052c8140d446110ac4c3a25b033d08</requestId>
>             <serviceName>CampaignService</serviceName>
>             <methodName>get</methodName>
>             <operations>1</operations>
>             <responseTime>282</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/v201601";>
>                     
> <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>
>
>
> Could someone have a look at this and tell me why this is happening?
>
> Thanks!
> Idan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/de48e80f-e307-4dfa-85da-c8c3ad49f35d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to