This started happening immediately with all my client accounts after I started using the latest .NET client libraries (v13.3). Here's my SOAP trace: -----------------BEGIN API CALL---------------------
Request ------- <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--POST /api/adwords/ch/ v201008/CustomerSyncService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.239) VsDebuggerCausalityData: uIDPo6o1BVg1ke5DkgOmCrGmqAkAAAAA7+lNcMNisEaCdTKbNo/o/ 0EP0z1nT0lAv10KzPsd0NAACQAA Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: adwords.google.com Content-Length: 1110 Accept-Encoding: gzip TimeStamp: Wed, 01 Feb 2012 13:30:01 GMT --><soap:Header><RequestHeader xmlns="https://adwords.google.com/api/ adwords/ch/v201008"><authToken xmlns="https://adwords.google.com/api/ adwords/cm/v201008">******</authToken><developerToken xmlns="https:// adwords.google.com/api/adwords/cm/v201008">******</ developerToken><userAgent xmlns="https://adwords.google.com/api/ adwords/cm/v201008">AwApi-DotNet-0.0.0|webmetro</userAgent></ RequestHeader></soap:Header><soap:Body><get xmlns="https:// adwords.google.com/api/adwords/ch/ v201008"><selector><dateTimeRange><min>20120129 110000 -08:00</ min><max>20120201 140000 -08:00</max></ dateTimeRange><campaignIds>60089942</campaignIds></selector></get></ soap:Body></soap:Envelope> Response -------- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><!--Content-Encoding: X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 489 Cache-Control: private, max-age=0 Content-Type: text/xml; charset=UTF-8 Date: Wed, 01 Feb 2012 21:30:01 GMT Expires: Wed, 01 Feb 2012 21:30:01 GMT Server: GSE TimeStamp: Wed, 01 Feb 2012 13:30:01 GMT --><soap:Header><ns2:ResponseHeader xmlns:ns2="https:// adwords.google.com/api/adwords/ch/v201008" xmlns="https:// adwords.google.com/api/adwords/cm/ v201008"><requestId>0004b7edc84097380a4248a700004741</ requestId><operations>0</operations><responseTime>12</ responseTime><units>0</units></ns2:ResponseHeader></ soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>[CustomerSyncError.INVALID_DATE_RANGE @ selector]</faultstring><detail><ns2:ApiExceptionFault xmlns="https:// adwords.google.com/api/adwords/cm/v201008" xmlns:ns2="https:// adwords.google.com/api/adwords/ch/ v201008"><message>[CustomerSyncError.INVALID_DATE_RANGE @ selector]</ message><ApplicationException.Type>ApiException</ ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:type="ns2:CustomerSyncError"><fieldPath>selector</ fieldPath><trigger></ trigger><errorString>CustomerSyncError.INVALID_DATE_RANGE</ errorString><ApiError.Type>CustomerSyncError</ ApiError.Type><ns2:reason>INVALID_DATE_RANGE</ns2:reason></errors></ ns2:ApiExceptionFault></detail></soap:Fault></soap:Body></ soap:Envelope> -----------------END API CALL----------------------- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] 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
