I'm getting the same issue when trying to add text ads in the sandbox. Code worked yesterday and fails today. From my logs (formatted for easy reading):
Cheers, Ovid [14 Feb 2012 15:22:00,617 - INFO ] Outgoing Request: <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <authToken xmlns="https://adwords.google.com/api/adwords/cm/v201109">REDACTED</authToken> <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201109">3465273689</clientCustomerId> <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201109">REDACTED</developerToken> <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201109">AwApi-Perl-2.5.2|weborama</userAgent> <validateOnly xmlns="https://adwords.google.com/api/adwords/cm/v201109">false</validateOnly> <partialFailure xmlns="https://adwords.google.com/api/adwords/cm/v201109">false</partialFailure> </RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <operations> <operator>ADD</operator> <operand> <adGroupId>3065320631</adGroupId> <ad xsi:type="TextAd"> <url>http://overseas-exile.blogspot.com/0/1</url> <displayUrl>overseas-exile.blogspot.com</displayUrl> <headline>This is a ad, man!</headline> <description1>You won't find a better ad than this!</description1> <description2>Or your money back!</description2> </ad> </operand> </operations> </mutate> </SOAP-ENV:Body> </SOAP-ENV:Envelope> And the response: [14 Feb 2012 15:22:00,964 - INFO ] Incoming response: <?xml version="1.0"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <requestId>0004b8ee2811d8600a0c981400002879</requestId> <serviceName>AdGroupAdService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>133</responseTime> <units>40</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]< <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]< <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> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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