Hi everybody,
I'm having a small problem trying to get the AD_REQUEST and UNFILLED_IMPRESSIONS, but I can't get them. Could someone help me?
report_job = {
'reportQuery': {
'dimensions': ["DATE","AD_UNIT_NAME"
],
'columns': [
"TOTAL_AD_REQUESTS", #
#"TOTAL_INVENTORY_LEVEL_UNFILLED_IMPRESSIONS", #
],
'adUnitView': 'TOP_LEVEL',
'statement': statement.ToStatement(),
'dateRangeType': 'CUSTOM_DATE',
'startDate': d1,
'endDate': d2,
}
}