Hi Christos,
Thank you for the details. I was able to printout the contents of String
buffer as below:
1042246504,51871592140,*AdName_äüö*,246349695969,0,0,0
Below is the code snippet I had used:
report = {
'reportName': 'Last 7 days AD_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS',
'reportType': 'AD_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['CampaignId', 'AdGroupId', 'AdGroupName', 'Id', 'Impressions',
'Clicks', 'Cost']
}
}
report_data = StringIO.StringIO()
report_downloader.DownloadReport(report, report_data, skip_report_header=False,
skip_column_header=False,
skip_report_summary=False, include_zero_impressions=True)
print report_data.getvalue()
report_data.close()
Could you please reply back with your client customer id and report
definition so that I can troubleshoot further? Also, could you please point
me to specific examples?
Regards,
Dhanya, AdWords API Team
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/b07b258a-13f0-4517-9e9a-2bdf4fbce0fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.