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.
Best, - Eric On Apr 6, 8:37 pm, Simon <simon.kitch...@airnz.co.nz> wrote: > FYI, I've tested a GET campaigns request, and that works fine (returns > 0). So authentication creds appear correctly configured here.... > > == request > > <?xml version="1.0" encoding="UTF-8"?> > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Header> > <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/ > actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https:// > adwords.google.com/api/adwords/cm/v200909"> > <ns1:authToken>#################</ns1:authToken> > <ns1:clientEmail>client_1+#####...@gmail.com</ns1:clientEmail> > <ns1:developerToken>########...@gmail.com++nzd</ns1:developerToken> > <ns1:userAgent>AdWords API Java Client Library - v - GAS</ > ns1:userAgent> > <ns1:validateOnly>false</ns1:validateOnly> > </ns1:RequestHeader> > </soapenv:Header> > <soapenv:Body> > <get xmlns="https://adwords.google.com/api/adwords/cm/ > v200909"><selector/> > </get> > </soapenv:Body> > </soapenv:Envelope> > > == response > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ > v200909"> > <requestId>76c741d3e08da17322c0cf1b79719c60</requestId> > <operations>1</operations> > <responseTime>125</responseTime> > <units>1</units> > </ResponseHeader> > </soap:Header> > <soap:Body> > <getResponse xmlns="https://adwords.google.com/api/adwords/cm/ > v200909"> > <rval> > <totalNumEntries>0</totalNumEntries> > <Page.Type>CampaignPage</Page.Type> > <totalBudget> > <period>DAILY</period><amount> > <ComparableValue.Type>Money</ComparableValue.Type> > <microAmount>0</microAmount> > </amount> > <deliveryMethod>STANDARD</deliveryMethod> > </totalBudget> > </rval> > </getResponse> > </soap:Body> > </soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en To unsubscribe, reply using "remove me" as the subject.