Hi, I'm totally new to adwords, soap/webservices etc, so I apologize in advance for my noobishness.
I checked out the php sample code and am attempting to use the sandbox with an existing gmail adwords account but I my login keeps failing - I tried using my developer api account, an adwords client account and a few personal accounts just in case. But I get a 500 response. I feel like the Sandbox Doc page was pretty straightforward, I entered the header info as described but maybe I'm missing something? adgroupid? or maybe an account setting? # Provide AdWords login information. $email = 'myem...@gmail.com'; $password = 'mypassword'; $client_email = 'clientem...@gmail.com'; $useragent = 'Code and Theory: CBS'; $developer_token = 'CodeTheoryDev++USD'; $application_token = 'INSERT_APPLICATION_TOKEN_HERE'; //this is optional right?? <body> POST /api/adwords/v13/CriterionService HTTP/1.0 Host: sandbox.google.com User-Agent: NuSOAP/0.7.3 (1.114) Content-Type: text/ xml; charset=ISO-8859-1 SOAPAction: "" Content-Length: 981 <soap-env:envelope xmlns:ns5093="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> <email>myem...@gmail.com</email> <password>mypassword</password> <clientemail>clientem...@gmail.com</clientemail> <useragent>Code and Theory: CBS</useragent> <developertoken>CodeTheoryDev++USD</developertoken> <applicationtoken>INSERT_APPLICATION_TOKEN_HERE</applicationtoken> </soap-env:header> <soap-env:body> <checkcriteria> <criteria> <adgroupid>123456789</adgroupid> <criteriontype>Keyword</criteriontype> <text>mars cruise</text> <type>Broad</type> </criteria> <languagetarget> <languages>en</languages> </languagetarget> <geotarget> <countrytargets> <countries>US</countries> </countrytargets> </geotarget> </checkcriteria> </soap-env:body> </soap-env:envelope> HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=iso-8859-1 Date: Fri, 23 Oct 2009 16:04:58 GMT Expires: Fri, 23 Oct 2009 16:04:58 GMT Cache-Control: private, max-age=0 X-Content- Type-Options: nosniff X-XSS-Protection: 0 Server: GFE/2.0 Transfer- Encoding: chunked <soapenv:envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> </soapenv:envelope> Fault: 1 Code: soapenv:Server.userException String: Login with this username/password failed. Detail: </body> I had been reading up on soap, wsdls, api docs etc, but really needed to see some code for it to make any sense, I'd appreciate any pointers in the right direction. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---