report = {
  'reportName': 'CALL_METRICS_CALL_DETAILS_REPORT for 810-385-8131', 
  'selector': {
    'fields': [
       'AccountDescriptiveName', 
       'AdGroupId', 
       'AdGroupName', 
       'AdGroupStatus', 
       'CallDuration', 
       'CallEndTime', 
       'CallerCountryCallingCode', 
       'CallerNationalDesignatedCode', 
       'CallStartTime', 
       'CallStatus', 
       'CallType', 
       'CampaignId', 
       'CampaignName', 
       'CampaignStatus',  
       'CustomerDescriptiveName', 
       'Date', 
       'ExternalCustomerId'
    ], 
  'dateRange': {
       'max': '20171010', 
       'min': '20171010'
   }
  },
  'reportType': 'CALL_METRICS_CALL_DETAILS_REPORT',
  'dateRangeType': 'CUSTOM_DATE',
  'downloadFormat': 'CSV'
}


report_downloader = client.GetReportDownloader(version=v201708)
report_downloader.DownloadReport(report, file, include_zero_impressions=
False)






We used to get the errors represented on this 
<https://developers.google.com/adwords/api/docs/common-errors> page. Now we 
just get 400 bad request response. No requests are being made outside the 
ones being made within the Adwords Client.
The above code is currently producing the bad request response, but other 
report downloads are similarly constructed. The error also seems to be 
raised inconsistently, the same code
not producing the error on one run and producing it on the next. Any help 
that can be provided would be appreciated.









-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
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/e3a1f1e4-5181-425a-b69c-8f211a90a68d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Non-Descriptive ... ITsupport
    • Re: Non-Des... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to