<https://lh3.googleusercontent.com/-qZwPIVR1hVg/VnJwlbGWCaI/AAAAAAAAAAM/-3AUQhB2iok/s1600/Screenshot%2Bfrom%2B2015-12-17%2B13-50-10.png> hey, I'm running adwords script in python, using production account with approved token.
I'm trying to fetch report in *my terminal*. https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201509/reporting/download_criteria_report.py I used report for "FINAL_URL_REPORT" I changed in my script, below my script I used to get response. report = { 'reportName': 'Last 7 days FINAL_URL_REPORT', 'dateRangeType': 'TODAY', 'reportType': 'FINAL_URL_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['CampaignId', 'CampaignName', 'CampaignStatus', 'ClickType', 'ConversionRate', 'Conversions', 'AverageCpc'] } } report_downloader.DownloadReport( report, sys.stdout, skip_report_header=False, skip_column_header=False , skip_report_summary=False, include_zero_impressions=False) I'm using my client ClientCustomerId who have 1 campaign enabled and it contains large numbers of group. below is screenshot for it. <https://lh3.googleusercontent.com/-qZwPIVR1hVg/VnJwlbGWCaI/AAAAAAAAAAM/-3AUQhB2iok/s1600/Screenshot%2Bfrom%2B2015-12-17%2B13-50-10.png> *ISSUE: *Whenever I'm trying to call api using my terminal, it return only headers, (It should return with data) Below I paste my response. (env)root@510:/var/www/googleads/googleads-python-lib-master/examples/ adwords/v201509/reporting# python download_criteria_report.py INFO:oauth2client.client:Refreshing access_token DEBUG:suds.transport.http:opening (https: //adwords.google.com/api/adwords/reportdownload/v201509/reportDefinition.xsd) DEBUG:suds.transport.http:opening (https: //adwords.google.com/api/adwords/reportdownload/v201509/reportDefinition.xsd) "Last 7 days FINAL_URL_REPORT (Dec 17, 2015)" Campaign ID,Campaign,Campaign state,Click type,Conv. rate,Conversions,Avg. CPC *Is anything I missed? why I can't see any data?* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords 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/7f9f0a9c-021b-43ea-a3a1-1be58de1f017%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
