On Apr 7, 3:57 am, AdWords API Advisor <adwordsapiadvi...@google.com> 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 create a sandbox account is there? With the account I'm using, I can log into google adwords production without problems. As you can see below, I'm passing clientEmail=client_1+production_account_id developerToken=production_account_id++NZD As I understand it, a sandbox account then gets created automatically. I'm using the Java API, adwords-api-7.1.0-v2009.jar. Here's the full logging from today (with userid and authtoken replaced with #, and some linefeeds added). Note that this code *did* work last week... == 09:16:47,090 DEBUG [HTTPSender] Enter: HTTPSender::invoke == 09:16:48,715 DEBUG [HTTPSender] XML sent: == 09:16:48,715 DEBUG [HTTPSender] --------------------------------------------------- == 09:16:48,715 DEBUG [HTTPSender] POST /api/adwords/cm/v200909/ CampaignService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: adwords-sandbox.google.com Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 1373 <?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> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <operations> <operator>ADD</operator> <operand> <status>ACTIVE</status> <budget> <period>MONTHLY</period> <amount><microAmount>1000000</microAmount></amount> <deliveryMethod>STANDARD</deliveryMethod> </budget> <biddingStrategy xsi:type="ns2:ManualCPC" xmlns:ns2="https:// adwords.google.com/api/adwords/cm/v200909"/> </operand> </operations> </mutate> </soapenv:Body> </soapenv:Envelope> == 09:16:50,949 DEBUG [HTTPSender] HTTP/1.0 500 Internal Server Error == 09:16:50,949 DEBUG [HTTPSender] Content-Type text/xml; charset=UTF-8 == 09:16:50,949 DEBUG [HTTPSender] Date Tue, 06 Apr 2010 21:16:15 GMT == 09:16:50,949 DEBUG [HTTPSender] Expires Tue, 06 Apr 2010 21:16:15 GMT == 09:16:50,949 DEBUG [HTTPSender] Cache-Control private, max-age=0 == 09:16:50,949 DEBUG [HTTPSender] X-Content-Type-Options nosniff == 09:16:50,949 DEBUG [HTTPSender] X-Frame-Options SAMEORIGIN == 09:16:50,949 DEBUG [HTTPSender] X-XSS-Protection 1; mode=block == 09:16:50,949 DEBUG [HTTPSender] Server GSE == 09:16:50,981 DEBUG [HTTPSender] no Content-Length == 09:16:50,981 DEBUG [HTTPSender] XML received: == 09:16:50,981 DEBUG [HTTPSender] ----------------------------------------------- == 09:16:51,152 DEBUG [HTTPSender] <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <requestId>7630c34e2b28c62aca799b0f83ff29a0</requestId> <operations>1</operations> <responseTime>371</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Fault occurred while processing.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> == 09:16:51,152 DEBUG [HTTPSender] Exit: HTTPDispatchHandler::invoke == 09:16:51,168 DEBUG [soap_xml] <?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 xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200909">******</ 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> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <operations> <operator>ADD</operator> <operand> <status>ACTIVE</status> <budget> <period>MONTHLY</period> <amount><microAmount>1000000</microAmount></amount> <deliveryMethod>STANDARD</deliveryMethod> </budget> <biddingStrategy xsi:type="ns2:ManualCPC" xmlns:ns2="https:// adwords.google.com/api/adwords/cm/v200909"/> </operand> </operations> </mutate> </soapenv:Body> </soapenv:Envelope> == 09:16:51,168 DEBUG [request_info] email=######...@gmail.com effectiveuser=client_1+#####...@gmail.com service=CampaignService method=mutate operators={ADD: 1} responseTime=371 operations=1 units=1 requestId=7630c34e2b28c62aca799b0f83ff29a0 server=https://adwords- sandbox.google.com isFault=true faultMessage=Fault occurred while processing. == 09:16:51,168 DEBUG [soap_xml] <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <requestId>7630c34e2b28c62aca799b0f83ff29a0</requestId> <operations>1</operations> <responseTime>371</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Fault occurred while processing.</faultstring> </soap:Fault> </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.