I used the python client library, version 4.2.0.
I have used the sample python code found in demo directory. I added
the SOAP headers, changed "sandbox" to "adwords", successfully run
"schedule_report.py", then I used this code:


s =  client.GetReportJobStatus('1336998414')
print s
r = client.GetReportService('https://adwords.google.com')
s = r.DownloadCsvReport('1336998414')
print s

and this is what I got:
--------------------------------------------------------------------------------------------
Completed

<?xml version="1.0" standalone="yes"?>
<report><table><columns><column name="campaignid"></column><column
name="campaign"></column><column name="ctr"></column><column
name="cpc"></column></columns><rows></rows></table><totals><grandtotal
ctr="0.0" cpc="0"></grandtotal></totals></report>

===============================================
Am I doing anything wrong?
Thanks!




--~--~---------~--~----~------------~-------~--~----~
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 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to