For us, this problem affects the following countries: Argentina,
Bolivia, Brazil, Chile, Costa Rica, Ecuador, Guatemala, Mexico and
Puerto Rico. Other countries are good.
However, this only affects the report for 2009-10-18. For 10/19 and
10/20, reports are coming back correctly. We are going to skip 10/18
for now but we absolutely need the data.
Here is a fragment of our report request for 10/19 (successful) -
request id: 4f5ef39144e46c4850f0c76ec0dbd69b:
<soapenv:Body>
<scheduleReportJob xmlns="
https://adwords.google.com/api/adwords/
v13">
<job xsi:type="ns7:DefinedReportJob" xmlns:ns7="https://
adwords.google.com/api/adwords/v13">
<crossClient xsi:type="xsd:boolean">false</crossClient>
<endDay xsi:type="xsd:date">2009-10-19</endDay>
<name xsi:type="xsd:string">Client READREPORT Report</name>
<startDay xsi:type="xsd:date">2009-10-19</startDay>
<aggregationTypes xsi:type="xsd:string">Daily</aggregationTypes>
<campaigns xsi:type="xsd:int">43431364</campaigns>
And here is fragment for 10/18 (failing) - request id:
3e6dfdba127a1779741ca943ae1fca8a
<soapenv:Body>
<scheduleReportJob xmlns="
https://adwords.google.com/api/adwords/
v13">
<job xsi:type="ns7:DefinedReportJob" xmlns:ns7="https://
adwords.google.com/api/adwords/v13">
<crossClient xsi:type="xsd:boolean">false</crossClient>
<endDay xsi:type="xsd:date">2009-10-18</endDay>
<name xsi:type="xsd:string">Client READREPORT Report</name>
<startDay xsi:type="xsd:date">2009-10-18</startDay>
<aggregationTypes xsi:type="xsd:string">Daily</aggregationTypes>
<campaigns xsi:type="xsd:int">43431364</campaigns>
Henri