Hi Jeff,
Thanks for the pointer to the .Net client libraries. I got the SOAP
trace for my API calls. I pasted them below. I also want to add that
changing the date to yesterday didn't make any difference. I still
got the empty result set. And the whole reason for making these calls
is to get the most up to date data, essentially populate our data cube
with the data from the Client Reports every few hours. Is there
another Web Service I can use for that purpose?
I think security of the API requests is not an issue here, because I
successfully retrieved my usage information using the same HTTP
headers.
Please let me know what I need to change to get the data from my
report requests.
Thanks,
Ken
--------------------------------------------------------
POST /api/adwords/v13/ReportService HTTP/1.0
Host:
adwords.google.com
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 2.0.50727.1433)
Content-type: text/xml; charset=utf-8
Content-length: 1730
SOAPAction: "scheduleReportJob"
--------------------------------------------------------
<?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">
<soap:Header>
<applicationToken xmlns="
https://adwords.google.com/api/adwords/
v13">APP_TOKEN</applicationToken>
<developerToken xmlns="
https://adwords.google.com/api/adwords/
v13">DEV_TOKEN</developerToken>
<email xmlns="
https://adwords.google.com/api/adwords/
v13">MY_EMAIL</email>
<password xmlns="
https://adwords.google.com/api/adwords/
v13">MY_PASSWORD</password>
<useragent xmlns="
https://adwords.google.com/api/adwords/
v13">Zazzle.SEMTools.SEMTracker</useragent>
</soap:Header>
<soap:Body>
<scheduleReportJob xmlns="
https://adwords.google.com/api/adwords/
v13">
<job xsi:type="DefinedReportJob">
<endDay>2008-12-15</endDay>
<name>Keyword Stats:12/15/2008</name>
<startDay>2008-12-15</startDay>
<aggregationTypes>Summary</aggregationTypes>
<selectedColumns>Keyword</selectedColumns>
<selectedColumns>KeywordDestUrlDisplay</selectedColumns>
<selectedColumns>FirstPageCpc</selectedColumns>
<selectedColumns>QualityScore</selectedColumns>
<selectedColumns>MaximumCPC</selectedColumns>
<selectedColumns>MaxContentCPC</selectedColumns>
<selectedColumns>AdGroupMaxCpa</selectedColumns>
<selectedColumns>PreferredCPC</selectedColumns>
<selectedColumns>TopPosition</selectedColumns>
<selectedColumns>BottomPosition</selectedColumns>
<selectedColumns>Impressions</selectedColumns>
<selectedColumns>Clicks</selectedColumns>
<selectedColumns>Cost</selectedColumns>
<selectedColumns>AveragePosition</selectedColumns>
<selectedReportType>Keyword</selectedReportType>
</job>
</scheduleReportJob>
</soap:Body>
</soap:Envelope>
--------------------------------------------------------
-----SoapResponse at 12/16/2008 4:01:56 PM-----
Content-type: text/xml; charset=utf-8
Content-length: 1134
SOAPAction: "scheduleReportJob"
--------------------------------------------------------
<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/v13">135</responseTime>
<operations soapenv:actor="
http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="
https://adwords.google.com/api/
adwords/v13">1</operations>
<units soapenv:actor="
http://schemas.xmlsoap.org/soap/actor/next"
soapenv:mustUnderstand="0" xmlns="
https://adwords.google.com/api/
adwords/v13">500</units>
<requestId soapenv:actor="
http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="
https://adwords.google.com/api/
adwords/v13">7f046ba7db3749f795c3551d75b67cfd</requestId>
</soapenv:Header>
<soapenv:Body>
<scheduleReportJobResponse xmlns="
https://adwords.google.com/api/
adwords/v13">
<scheduleReportJobReturn>606223085</scheduleReportJobReturn>
</scheduleReportJobResponse>
</soapenv:Body>
</soapenv:Envelope>
--------------------------------------------------------
On Dec 16, 12:50 pm, AdWords API Advisor