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 -~----------~----~----~----~------~----~------~--~---