After a handful of successful calls to the mutate operation of the AdGroupCriterion service this morning, I started receiving an 'InternalApiError.UNEXPECTED_INTERNAL_API_ERROR' message back when attempting to add a new adgroup criterion. At Thu, 13 Aug 2009 07:42:39 EST, I was able to add a new adgroup criterion, but starting at Thu, 13 Aug 2009 07:44:24 I started receiving these API faults. Below are the most recent SOAP request and response:
Request: POST /api/adwords/cm/v200906/AdGroupCriterionService HTTP/1.0 Host: adwords-sandbox.google.com User-Agent: NuSOAP/0.7.3 (1.114) Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Length: 1299 <?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/ encoding/"><SOAP-ENV:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200906"> <authToken>***</authToken> <clientEmail>***</clientEmail> <developerToken>***</developerToken> <applicationToken>***</applicationToken> <userAgent>***</userAgent> </RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200906"> <operations> <operator>ADD</operator> <operand xsi:type="BiddableAdGroupCriterion"> <adGroupId>5520808926</adGroupId> <criterion xsi:type="Keyword"> <text>America Auto Max1</text> <matchType>EXACT</matchType> </criterion> <bids xsi:type="ManualCPCAdGroupCriterionBids"> <maxCpc> <amount> <microAmount>20000000</microAmount> </amount> </maxCpc> </bids> </operand> </operations> </mutate> </SOAP-ENV:Body></SOAP-ENV:Envelope> Response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/ v200906"><message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ message><ApplicationException.Type>ApiException</ ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InternalApiError"> <fieldPath></fieldPath> <trigger></trigger> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
