Re: adwords error

2014-10-09 Thread Danial Klimkin
Hello Garrett, This looks like a completely different issue. If you receive this error repeatedly, please create a new thread including more details about the request. -Danial, AdWords API Team. On Wednesday, October 8, 2014 6:33:04 PM UTC-4, Garrett Bircher wrote: > > We are experiencing a

Re: adwords error

2014-10-09 Thread Garrett Bircher
We are experiencing an error today too. SOAP Response: 2014-10-08 21:34:12 WARN [http-bio-8080-exec-3] com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger SOAP Response: http://schemas.xmlsoap.org/soap/envelope/";> soap:Server InternalA

Re: adwords error

2014-10-07 Thread Danial Klimkin
Hi Ivan, Please let us know more details about your setup. Are you using Installed Application or Web flow? Developer token is definitely not relevant. -Danial, AdWords API Team. On Monday, October 6, 2014 10:15:13 AM UTC-4, Ivan Gurin wrote: > > EstimateKeywordTraffic.php example > I have d

Re: AdWords::Error::GoogleInternalError: get Call Failed

2010-05-24 Thread benr75
Hello - An easier way to resolve/read an error in the Ruby lib is to wrap your call in a begin/rescue and then call the soap_faultstring_ex method. For example: begin #CALL TO ADWORDS API HERE rescue => e logger.info "#RESCUED AdWords API ERROR #{e.soap_faultstring_ex}" end This will produce

Re: AdWords::Error::GoogleInternalError: get Call Failed

2010-05-12 Thread AdWords API Advisor
Hi, The full SOAP XML response for this error will likely contain more information about the cause. This information should be available in your log files. Best, - Eric Koleda, AdWords API Team On May 11, 4:59 am, fwmadwords wrote: > I'm using the Ruby client library and trying to use the Targ