Hi David,

Happy Holidays.  Thank you for investigating our inquiry.  I went ahead and 
tried a test, but I'm still seeing the error.  I've included the entire 
request for reference.  Please let me know if you need any more 
information/details.
 
*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 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
> soapenv:mustUnderstand="0" 
> xmlns:ns1="https://adwords.google.com/api/adwords/o/v201209";>
>       <ns2:authToken 
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201209";>SANITIZED</ns2:authToken>
>       <ns3:developerToken 
> xmlns:ns3="https://adwords.google.com/api/adwords/cm/v201209";>SANITIZED/ns3:developerToken>
>       <ns4:userAgent 
> xmlns:ns4="https://adwords.google.com/api/adwords/cm/v201209";>api01 
> (AwApi-Java/8.8.0, Axis/1.4, Java/1.6.0_37, legacy)</ns4:userAgent>
>       <ns5:validateOnly 
> xmlns:ns5="https://adwords.google.com/api/adwords/cm/v201209";>false</ns5:validateOnly>
>       <ns6:partialFailure 
> xmlns:ns6="https://adwords.google.com/api/adwords/cm/v201209";>false</ns6:partialFailure>
>     </ns1:RequestHeader>
>   </soapenv:Header>
>   <soapenv:Body>
>     <get xmlns="https://adwords.google.com/api/adwords/o/v201209"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>       <selector>
>         <searchParameters 
> xmlns:ns7="https://adwords.google.com/api/adwords/o/v201209"; 
> xsi:type="ns7:RelatedToQuerySearchParameter">
>           <queries>hiking boots</queries>
>         </searchParameters>
>         <searchParameters 
> xmlns:ns8="https://adwords.google.com/api/adwords/o/v201209"; 
> xsi:type="ns8:CategoryProductsAndServicesSearchParameter">
>           <categoryId>10014</categoryId>
>         </searchParameters>
>         <searchParameters 
> xmlns:ns9="https://adwords.google.com/api/adwords/o/v201209"; 
> xsi:type="ns9:SearchVolumeSearchParameter">
>           <operation>
>             <minimum>50</minimum>
>           </operation>
>         </searchParameters>
>         <ideaType>KEYWORD</ideaType>
>         <requestType>IDEAS</requestType>
>         <requestedAttributeTypes>SEARCH_VOLUME</requestedAttributeTypes>
>         <requestedAttributeTypes>COMPETITION</requestedAttributeTypes>
>         <requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes>
>         <paging>
>           <ns10:startIndex 
> xmlns:ns10="https://adwords.google.com/api/adwords/cm/v201209";>0</ns10:startIndex>
>           <ns11:numberResults 
> xmlns:ns11="https://adwords.google.com/api/adwords/cm/v201209";>500</ns11:numberResults>
>         </paging>
>       </selector>
>     </get>
>   </soapenv:Body>
> </soapenv:Envelope>


*Response:*

>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
>   <soap:Header>
>     <ResponseHeader 
> xmlns="https://adwords.google.com/api/adwords/o/v201209"; 
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201209";>
>       <ns2:requestId>0004d1dc67d9e8780ada380900006c7a</ns2:requestId>
>       <ns2:serviceName>AccountService</ns2:serviceName>
>       <ns2:methodName>get</ns2:methodName>
>       <ns2:operations>1</ns2:operations>
>       <ns2:responseTime>224</ns2:responseTime>
>       <ns2:units>6</ns2:units>
>     </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>(InternalApiErro]</faultstring>
>       <detail>
>         <ApiExceptionFault 
> xmlns="https://adwords.google.com/api/adwords/o/v201209"; 
> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201209";>
>           <ns2:message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.&lt;init>(InternalApiErro]</ns2:message>
>           
> <ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type>
>           <ns2:errors 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="ns2:InternalApiError">
>             <ns2:fieldPath/>
>             <ns2:trigger/>
>             
> <ns2:errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</ns2:errorString>
>             <ns2:ApiError.Type>InternalApiError</ns2:ApiError.Type>
>             <ns2:reason>UNEXPECTED_INTERNAL_API_ERROR</ns2:reason>
>           </ns2:errors>
>         </ApiExceptionFault>
>       </detail>
>     </soap:Fault>
>   </soap:Body>
> </soap:Envelope>

 

Regards,
Yeison Rodriguez


On Wednesday, December 26, 2012 4:42:47 PM UTC-5, David Torres (AdWords API 
Team) wrote:
>
> Hi,
>
> This should not longer be an issue, please let us know if you are still 
> seeing the error.
>
> Best,
>
> - David Torres - AdWords API Team
>
> On Tuesday, November 6, 2012 4:09:28 AM UTC-5, Donizetti wrote:
>>
>> Hello,
>>
>> I was used to use TargetingIdeaService with the 
>> CategoryProductsAndServicesSearchParameter.
>> Since yesterday when I try to use this parameter I get back an error: 
>> SoapFault exception: [soap:Server] 
>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
>> com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]
>>  
>> in .../Google/Api/Ads/Common/Lib/AdsSoapClient.php:201
>>
>> I'm using v201206 version.
>>
>> There is some change? Can I still use that parameter?
>> In the past I had no problem with it. 
>>
>> Thank you
>> D.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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



Reply via email to