Hello
Im trying out Custom Dates using the python API. It worked once ,after which I got this:ERROR_GETTING_RESPONSE_FROM_BACKEND.
Full error:googleads.errors.AdWordsReportBadRequestError: Type: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND
Here is my Report Definition:
report = {
'reportName': 'KEYWORD_PERFORMACE_REPORT',
'dateRangeType': 'CUSTOM_DATE',
'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'dateRange':{'min':'20150201'},
'dateRange':{'max':'20150202'},
'fields': ['Date','Criteria','Clicks','Cost','Ctr']
},
'includeZeroImpressions': 'false'
}
The API works with using other dateRangeTypes.
Please let me know if you need any other details.
Thank you
Yamini