Hello,
I have a recurring job that executes several times a day to keep our Adwords ads and database in sync.
Starting at 23-Jul-2015 2:45:00 PM (EST) the API started throwing the following exception:
Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.Protocols.SoapException: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters)
--- End of inner exception stack trace ---
at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, Object[] parameters)
at Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke(String methodName, Object[] parameters)
at Google.Api.Ads.AdWords.v201502.AdGroupAdService.mutate(AdGroupAdOperation[] operations)
No changes have been made to the program for over a month -- Is there something going on with the API that has either changed or is not working ...
Now at 23-Jul-2015 3:15:03 PM (EST) -- still getting the same exception??