v201409/CampaignService -InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

34 views
Skip to first unread message

Chris

unread,
Apr 25, 2015, 4:40:27 PM4/25/15
to adwor...@googlegroups.com
Started getting this error yesterday/today.  No issues before then.  So far, seems to be associated with just one MCC.  Can provide more details if needed to AdWords API team (I have Fiddler capture of exchange) and is readily reproducible today.


<?xml version="1.0" encoding="utf-8"?>
  <soap:Header>
      <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201409">____</developerToken>
      <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201409">____</clientCustomerId>
      <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201409">____ (AwApi-DotNet/18.9.0, Common-Dotnet/3.5.0, .NET CLR/4.0.30319.34209, gzip)</userAgent>
    </RequestHeader>
  </soap:Header>
  <soap:Body>
      <serviceSelector>
        <fields>AdServingOptimizationStatus</fields>
        <fields>AdvertisingChannelType</fields>
        <fields>Amount</fields>
        <fields>BidCeiling</fields>
        <fields>BidType</fields>
        <fields>BiddingStrategyId</fields>
        <fields>BiddingStrategyName</fields>
        <fields>BiddingStrategyType</fields>
        <fields>BudgetId</fields>
        <fields>BudgetName</fields>
        <fields>BudgetReferenceCount</fields>
        <fields>BudgetStatus</fields>
        <fields>DeliveryMethod</fields>
        <fields>Eligible</fields>
        <fields>EndDate</fields>
        <fields>EnhancedCpcEnabled</fields>
        <fields>FrequencyCapMaxImpressions</fields>
        <fields>Id</fields>
        <fields>IsBudgetExplicitlyShared</fields>
        <fields>Level</fields>
        <fields>Name</fields>
        <fields>Period</fields>
        <fields>PricingMode</fields>
        <fields>RejectionReasons</fields>
        <fields>ServingStatus</fields>
        <fields>Settings</fields>
        <fields>StartDate</fields>
        <fields>Status</fields>
        <fields>TargetContentNetwork</fields>
        <fields>TargetGoogleSearch</fields>
        <fields>TargetPartnerSearchNetwork</fields>
        <fields>TargetSearchNetwork</fields>
        <fields>TimeUnit</fields>
        <paging>
          <startIndex>0</startIndex>
          <numberResults>50</numberResults>
        </paging>
      </serviceSelector>
    </get>
  </soap:Body>
</soap:Envelope>

HTTP/1.1 500 Internal Server Error

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <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/v201409">
          <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></fieldPath>
            <trigger></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>
Reply all
Reply to author
Forward
0 new messages