Hello Hernán, I wouldn't be able to run the request with those parameters in my tests as those IDs correspond to entities in your specific AdWords account.
That being said, there was another bug report that came in yesterday from someone experiencing the exact same problem with 2008-10-05. There was a similarity between the other report and yours: the accounts in question in both cases had a local time zone of Buenos Aires. I've pointed out that similarity to the engineering team and we'll see if that helps them get to the bottom of it. Cheers, -Jeff Posnick, AdWords API Team On Oct 8, 9:35 am, hberins <[EMAIL PROTECTED]> wrote: > Hello Jeff, > > May be you can reproduce the error using the following parameters: > > <v12:getCriterionStats> > <v12:adGroupId>1135362789</v12:adGroupId> > <!--1 or more repetitions:--> > <v12:criterionIds>95555883</v12:criterionIds> > <v12:startDay>2008-10-05</v12:startDay> > <v12:endDay>2008-10-05</v12:endDay> > </v12:getCriterionStats> > > Cheers! > > Hernán > > On Oct 7, 7:47 pm, AdWords API Advisor <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > That's very strange, and not something I can reproduce on my end. > > I've passed along the log of your request to the engineering team in a > > bug report though, and I'll let you know what I hear back. > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On Oct 7, 5:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I'm sending the following request to AdWords CriterionService (https:// > > > adwords.google.com/api/adwords/v12/CriterionService), > > > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ > > > envelope/" xmlns:v12="https://adwords.google.com/api/adwords/v12"> > > > <soapenv:Header> > > > <v12:applicationToken>*****</v12:applicationToken> > > > <v12:developerToken>*****</v12:developerToken> > > > <!-- <v12:clientCustomerId></v12:clientCustomerId> --> > > > <v12:clientEmail>[EMAIL PROTECTED]</v12:clientEmail> > > > <v12:email>[EMAIL PROTECTED]</v12:email> > > > <v12:password>*****</v12:password> > > > <v12:useragent>*****</v12:useragent> > > > </soapenv:Header> > > > <soapenv:Body> > > > <v12:getCriterionStats> > > > <v12:adGroupId>111111</v12:adGroupId> > > > <!--1 or more repetitions:--> > > > <v12:criterionIds>99999</v12:criterionIds> > > > <v12:startDay>2008-10-04</v12:startDay> > > > <v12:endDay>2008-10-04</v12:endDay> > > > </v12:getCriterionStats> > > > </soapenv:Body> > > > </soapenv:Envelope> > > > > and I receive response for some days I've tried: 2008-10-01, > > > 2008-10-02, 2008-10-03, 2008-10-04, , 2008-10-06. > > > > But trying for 2008-10-05 I get the following error: > > > > <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> > > > <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/ > > > actor/next" soapenv:mustUnderstand="0" xmlns="https:// > > > adwords.google.com/api/adwords/v12">932</responseTime> > > > <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > > > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > > > adwords/v12">1</operations> > > > <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > > > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > > > adwords/v12">1</units> > > > <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ > > > next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ > > > adwords/v12">f2671cc96849d12adf6163e6c2017df2</requestId> > > > </soapenv:Header> > > > <soapenv:Body> > > > <soapenv:Fault> > > > <faultcode>soapenv:Server.userException</faultcode> > > > <faultstring>The day is in an unrecognized format. It must > > > match the form YYYY-MM-DD with an optional timezone offset.</ > > > faultstring> > > > <detail> > > > <ns1:fault xmlns:ns1="https://adwords.google.com/api/ > > > adwords/v12"> > > > <ns1:code>70</ns1:code> > > > <ns1:message>The day is in an unrecognized format. It > > > must match the form YYYY-MM-DD with an optional timezone offset.</ > > > ns1:message> > > > <ns1:trigger>2008-10-05</ns1:trigger> > > > </ns1:fault> > > > </detail> > > > </soapenv:Fault> > > > </soapenv:Body> > > > </soapenv:Envelope> > > > > The date format, YYYY-MM-DD is the same as previous requests (and they > > > work ok!!). > > > > Do you know what is happening?? > > > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---