Hi, We are getting UNEXPECTED_INTERNAL_API_ERROR when running GetRelatedKeywords sample against the sandbox. Details below. Could you please take a look?
First we ran: AdWords.Examples.CSharp.exe v201101.GetCampaign (passed 1 as Campaign Id) The call was successful.Unfortunately, subsequent call for GetRelatedKeywords is failing as per log below. We are hitting Sandbox environment, and our MCC account ([email protected]) is brand new. AdWords.Examples.CSharp.exe v201101.GetRelatedKeywords This code example retrieves keywords that are related to a given keyword. -----------------BEGIN API CALL--------------------- Request ------- <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--POST /api/adwords/o/ v201101/TargetingIdeaService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.5446) Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: adwords-sandbox.google.com Content-Length: 1900 Connection: Keep-Alive TimeStamp: Thu, 04 Aug 2011 15:27:58 GMT --><soap:Header><RequestHeader xmlns="https://adwords.google.com/api/ adwords/o/v201101"><authToken xmlns="https://adwords.google.com/api/ adwords/cm/v201101">******</authToken><developerToken xmlns="https:// adwords.google.com/api/adwords/cm/v201101">******</ developerToken><clientEmail xmlns="https:// adwords.google.com/api/adwords/cm/ v201101">[email protected]</clientEmail><userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201101">AwApi- DotNet-12.4.0|SkillPages AdWords</userAgent></RequestHeader></ soap:Header><soap:Body><get xmlns="https://adwords.google.com/api/ adwords/o/v2 01101"><selector><searchParameters xsi:type="RelatedToKeywordSearchParameter"><keywords><text xmlns="https://adwords.google.com/api/adwords/cm/v201101">mars cruisezxczxcasdfsdafasdfsdf</text><matchType xmlns="https:// adwords.google.com/api/adwords/cm/v201101">BROAD</matchType></ keywords></searchPara meters><searchParameters xsi:type="KeywordMatchTypeSearchParameter"><keywordMatchTypes>BROAD</ keywordMatchTypes></searchParameters><ideaType>KEYWORD</ ideaType><requestType>IDEAS</ requestType><requestedAttributeTypes>CRITERION</ requestedAttributeTypes><requestedAttributeTypes>AVERAGE_TARGETED_MONTHLY _SEARCHES</requestedAttributeTypes><paging><startIndex xmlns="https:// adwords.google.com/api/adwords/cm/v201101">0</ startIndex><numberResults xmlns="https://adwords.google.com/api/ adwords/cm/v201101">10</numberResults></paging></selector></get></ soap:Body></soap:Envelope> Response -------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><!--X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Transfer-Encoding: chunked Cache-Control: private, max-age=0 Content-Type: text/xml; charset=UTF-8 Date: Thu, 04 Aug 2011 13:27:58 GMT Expires: Thu, 04 Aug 2011 13:27:58 GMT Server: GSE TimeStamp: Thu, 04 Aug 2011 15:27:58 GMT --><soap:Header><ResponseHeader xmlns:ns2="https://adwords.google.com/ api/adwords/cm/v201101" xmlns="https://adwords.google.com/api/adwords/ o/v201101"><ns2:requestId>0004a9adf2fd98e80ada47d406841660</ ns2:requestId><ns2:operations>0</ns2:operations><ns2:responseTime>172</ ns2:responseTime><ns2:units>0 </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.<init> (InternalApiErro]</faultstring><detail><ApiExceptionFault xmlns="ht tps://adwords.google.com/api/adwords/o/v201101" xmlns:ns2="https:// adwords.google.com/api/adwords/cm/ v201101"><ns2:message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<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:fieldPath><ns2:trigger></ 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> -----------------END API CALL----------------------- host=adwords-sandbox.google.com,url=/api/adwords/o/v201101/ TargetingIdeaService,method=get,operator=None,ns2:requestId=0004a9adf2fd98e80ada47d406841660,ns2:operations=0,ns2:responseTime=172,ns2:units=0 Failed to retrieve related keywords. Exception says "An API exception has occurred. See ApiException and InnerException fields for more details." Press [Enter] to continue -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
