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 ############################################ <soap-env:envelope xmlns:ns6558="http://tempuri.org" xmlns:soap- enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/ XMLSchema" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:header> <requestheader xmlns="https://adwords.google.com/api/adwords/cm/ v200902"> <authtoken>DQAAAHkAAaDhJBbcXiu01T3KHojXUFkHuhevk11hQu5Aqh8BQ- kzdCjlYmD3zLTfiJ1qHbPAaS0MP7iBC_FrTO9xa9p6FKI4NZ3jCI- vl2ehZcmmHoFBA_t4guLyIg9Bs_YL_edsdnLLOGTJ5n2PvrKmoQY4gfb0vjItGLn0qN- qHJ_uxMK98Q</authtoken> <clientemail>gbase1staudiovis...@gmail.com</clientemail> </requestheader> </soap-env:header> <soap-env:body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200902"> <operations> <operator>ADD</operator> <operand> <name>Sample Campaign</name> <status>ACTIVE</status> <biddingstrategy xsi:type="ManualCPC"> <budget> <period>DAILY</period> <amount> <currencycode>USD</currencycode> <microamount>50000000</microamount> </amount> <deliverymethod>STANDARD</deliverymethod> </budget> </biddingstrategy> </operand> </operations> </mutate> </soap-env:body> HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 Transfer- Encoding: chunked Date: Thu, 11 Jun 2009 06:52:47 GMT Expires: Thu, 11 Jun 2009 06:52:47 GMT Cache-Control: private, max-age=0 X-Content-Type- Options: nosniff Server: GFE/2.0 <soap:envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:body> <soap:fault> <faultcode>soap:Server</faultcode> <faultstring>[RangeError.TOO_LOW @ operations[0].operand.budget.amount] </faultstring> </soap:fault> </soap:body> </soap:envelope> <br/> <br/> Fault: 1 Code: soap:Server String: [RangeError.TOO_LOW @ operations [0].operand.budget.amount] Detail: </soap-env:envelope> ############################################ I try to find any option to attach file, but not found. Sorry for this very long text. Thank you for your kindness On Jun 11, 12:59 am, AdWords API Advisor <adwordsapiadvi...@google.com> wrote: > 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 code then we can debug > that if you turn debugging on ($debug = 1;) and post the request and > response SOAP XML messages that your code is sending and receiving. Be > sure to X out your password and token information before posting. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 10, 4:21 am, "gbase1staudiovis...@gmail.com" > > <gbase1staudiovis...@gmail.com> wrote: > > I am a new adword user. I get the code > > fromhttp://code.google.com/p/adwords-api-php-samples/source/browse/trunk/.... > > > First times that I run this script I get error, then I change request > > xml follow the xml example and the error gone. > > > But,after I run the script again, I get "Fault occurred while > > processing" message and it has not any more detail. > > > Thk 4 any help >< > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---