AdWords API Re: Internal API Error when using sandbox

2009-12-14 Thread AdWords API Advisor
Hi Philip, Do you have the SOAP XML logs or the request ID for that request? Best, - Eric Koleda, AdWords API Team On Dec 14, 2:51 am, Philip wrote: > Hi, > > I am getting InternalApiError when using sandbox (https://adwords- > sandbox.google.com). > > The same code works fine if I use live API

AdWords API Re: Internal API Error

2009-10-20 Thread allvin
: We work with more then 2000 ad groups. I don't know which may cause this error. --~--~-~--~~~---~--~~ 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@google

AdWords API Re: Internal API Error

2009-10-20 Thread AdWords API Advisor
Hi Allvin, Unfortunately there are no known workarounds at this time. However, the internal error message indicates that the server might be having trouble with your specific ad group and keywords. Perhaps try creating a new ad group in the hopes that it won't be affected by this issue. Best,

AdWords API Re: Internal API Error

2009-10-20 Thread allvin
May be there is any temporary solution? Because I have to finish my project very soon. On Oct 13, 5:53 pm, AdWords API Advisor wrote: > Hi Allvin, > > Thanks for the information.  There isn't any update on the first issue > at this time. > > Best, > - Eric > > On Oct 12, 4:32 pm, allvin wrote:

AdWords API Re: Internal API Error

2009-10-13 Thread AdWords API Advisor
Hi Allvin, Thanks for the information. There isn't any update on the first issue at this time. Best, - Eric On Oct 12, 4:32 pm, allvin wrote: > > Thanks for keeping us informed regarding the error messages.  Are you > > continually seeing this error, or only sporadically? > > I receive it fro

AdWords API Re: Internal API Error

2009-10-12 Thread allvin
> Thanks for keeping us informed regarding the error messages.  Are you > continually seeing this error, or only sporadically? I receive it from time to time. Just now this part of code works fine. PS Is there any update on first exception? --~--~-~--~~~---~--~~ Y

AdWords API Re: Internal API Error

2009-10-12 Thread AdWords API Advisor
Hi Allvin, Thanks for keeping us informed regarding the error messages. Are you continually seeing this error, or only sporadically? Best, - Eric On Oct 12, 4:39 am, allvin wrote: > There is another internal api error. > > -SoapResponse at 12.10.2009 11:36:06- > Content-type: text/xml

AdWords API Re: Internal API Error

2009-10-12 Thread allvin
There is another internal api error. -SoapResponse at 12.10.2009 11:36:06- Content-type: text/xml; charset=UTF-8 Content-length: 977 SOAPAction: "get" -- http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adw

AdWords API Re: Internal API Error

2009-10-09 Thread AdWords API Advisor
Hi Allvin, This appears to be a true internal error, and is not related to a malformed request, etc. The core engineering team is aware of the issue and is already working on it. I'll update this thread when I had more information. Best, - Eric Koleda, AdWords API Team On Oct 9, 4:53 am, allv

AdWords API Re: Internal API Error when call AdGroupAdService.mutate

2009-08-26 Thread allvin
It helps! Thank you :) On Aug 26, 10:39 pm, AdWords API Advisor wrote: > Hi Allvin, > > It looks like your request is missing an operator inside of the > operation.  See the following example XML for the correct format of an > operation:http://code.google.com/p/adwords-api-xml-samples/source/bro

AdWords API Re: Internal API Error when call AdGroupAdService.mutate

2009-08-26 Thread AdWords API Advisor
Hi Allvin, It looks like your request is missing an operator inside of the operation. See the following example XML for the correct format of an operation: http://code.google.com/p/adwords-api-xml-samples/source/browse/trunk/src/v200906/add_text_ad.xml. Best, - Eric Koleda, AdWords API Team O