AdWords API Re: Fault occurred while processing

2010-04-12 Thread AdWords API Advisor
Hi, I heard back from the core engineering team, and the error is being returned because the use of MONTHLY budgets is restricted. The error message for this problem will be improved in the next version of the API. Best, - Eric Koleda, AdWords API Team On Apr 9, 8:07 am, JosipK wrote: > Hi, >

AdWords API Re: Fault occurred while processing

2010-04-09 Thread JosipK
Hi, I have the same problem. Everything works fine for Daily budget, but it fails for Monthly budget. Regards, -- Josip GemBox.Ppc - http://www.GemBoxSoftware.com/Ppc/Overview.htm - Advanced AdWords API for C# / VB.NET On Apr 8, 1:54 am, Simon wrote: > On Apr 8, 2:21 am, AdWords API Advisor

AdWords API Re: Fault occurred while processing

2010-04-07 Thread Simon
On Apr 8, 2:21 am, AdWords API Advisor wrote: > I ran some tests myself, and it looks like the problem is that you are > trying to create a campaign with a MONTHLY budget.  The same request > with a DAILY budget works correctly. Thanks very much Eric. I can confirm that switching to DAILY budget

AdWords API Re: Fault occurred while processing

2010-04-07 Thread AdWords API Advisor
Hi Simon, I ran some tests myself, and it looks like the problem is that you are trying to create a campaign with a MONTHLY budget. The same request with a DAILY budget works correctly. I'll follow up with the core engineering team about this problem and let you know when I have more information

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
FYI, I've tested a GET campaigns request, and that works fine (returns 0). So authentication creds appear correctly configured here == request http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ht

AdWords API Re: Fault occurred while processing

2010-04-06 Thread Simon
On Apr 7, 3:57 am, AdWords API Advisor wrote: > Hi Simon, > > The sandbox was reset last Friday, so this could be just a temporary > glitch while trying to re-create your account.  Can you try this > request again? Still same problem today. When using the v200909 API, there isn't any need to c

AdWords API Re: Fault occurred while processing

2010-04-06 Thread AdWords API Advisor
Hi Simon, The sandbox was reset last Friday, so this could be just a temporary glitch while trying to re-create your account. Can you try this request again? Best, - Eric Koleda, AdWords API Team On Apr 6, 1:09 am, Simon wrote: > I tried to run some code that worked last week, and it is now fa

AdWords API Re: Fault occurred while processing in python call to TargetingIdeaService

2010-03-23 Thread AdWords API Advisor
Hi, Please see my response on your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/ad9bbd5ae29b64a9/ Best, - Eric Koleda, AdWords API Team On Mar 23, 1:35 am, dsay wrote: > With changed headers , this is the dump > > *** Outgoing HTTP headers >

AdWords API Re: Fault occurred while processing in python call to TargetingIdeaService

2010-03-22 Thread dsay
With changed headers , this is the dump *** Outgoing HTTP headers ** POST /api/adwords/o/v200909/TargetingIdeaService HTTP/1.0 Host: adwords-sandbox.google.com User-agent: SOAPpy 0.12.0 (http://pywebsvcs.sf.net) Content-type: text/xml; charset="UTF-8" Co

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread AdWords API Advisor
Hi, The problem appears to be that their header isn't set correctly. I'm not sure how clearly we document it right now, but unlike v13 instead of setting each header directly you need to set one header called "RequestHeader" which then has a field for each of the header values: https://adwords

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread shriny
Hi Eric, I am using this url https://adwords.google.com/api/adwords/cm/v200909/CampaignService hope this is the correct one -Shriny On Jan 29, 8:08 am, AdWords API Advisor wrote: > Hi, > > Which URL are you using to create your service?  I think you may be > sending a v2009 request to a v13 e

AdWords API Re: Fault occurred while processing - Is it an Internal Error???

2010-01-29 Thread AdWords API Advisor
Hi, Which URL are you using to create your service? I think you may be sending a v2009 request to a v13 endpoint. Best, - Eric Koleda, AdWords API Team On Jan 28, 2:03 pm, shriny wrote: > I just tried a simple add campaigns and got this error, > "Fault occurred while processing" > > Out Soap M

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread AdWords API Advisor
Hello, Ah, okay, if you plan on accessing the v200902 Sandbox then APIlity is not (yet) an option. The sample code will have to make do. We just started seeing [RangeError.TOO_LOW @ operations [0].operand.budget.amount] errors with our v200902 code as well, and it's been reported to the core e

AdWords API Re: "Fault occurred while processing" error

2009-06-11 Thread gbase 1staudiovisual
Hello Jeff, Question, Is APIlity support for v2009 sandbox? I already try this choice, but it is not work. So I not sure that, it is my fault or not. Because it has not any message from server(I already set debug ini to be yes). For my code the sample code, I attach xml

AdWords API Re: "Fault occurred while processing" error

2009-06-10 Thread AdWords API Advisor
Hello, If you're not familiar with the AdWords API at all, then I'd recommend you give the APIlity PHP client library a try, as it simplifies the otherwise manual process of creating the SOAP XML in PHP: http://google-apility.sourceforge.net/ If you'd like to stick with using the sample cod