report_definition = {
'reportName': 'AD_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS', #''LAST_7_DAYS',
'reportType': 'AD_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['AdGroupId','AdGroupName', 'Date']
},
}The field is null. If I take out the field, the file is with data.
The same happens when I add the CLICKTYPE field.
any idea?