ERROR_GETTING_RESPONSE_FROM_BACKEND.

64 views
Skip to first unread message

ysant...@rocketlawyer.com

unread,
Aug 3, 2015, 3:15:24 PM8/3/15
to AdWords API Forum
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

Umesh Dengale

unread,
Aug 4, 2015, 10:03:03 AM8/4/15
to AdWords API Forum
Hello,

Please use the dateRange as shown below (instead of 'dateRange':{'min':'20150201'}'dateRange':{'max':'20150202'},)
 'dateRange': {'min': '20150201', 'max': '20150202'},

Thanks,
Umesh, AdWords API Team.
Reply all
Reply to author
Forward
0 new messages