Hi guys,
For the past few days we've been seeing a lot of exceptions due to AuthenticationError.CUSTOMER_NOT_FOUND.
Google.Api.Ads.AdWords.Lib.AdWordsApiException: An API exception has occurred. See ApiException and InnerException fields for more details. ---> System.Web.Services.Protocols.SoapException: [AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'<null>']
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.AdWords.v201409.ManagedCustomerService.get(Selector serviceSelector)
We're using the C# .NET library, are you guys aware of any issues with this call, or do you know anything about this error ?
Thank you very much,
Nick