many my account has not company, I want filtered it. I tried add more than one predicates, but it is not help.
report = {
'reportName': 'Last 7 days CAMPAIGN_PERFORMANCE_REPORT',
'dateRangeType': 'LAST_7_DAYS',
'reportType': 'CAMPAIGN_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': [
'CampaignId',
'Date',
'CampaignName',
'Impressions',
'Clicks',
'Ctr',
'Amount',
],
'predicates': {
'field': 'CampaignId',
'operator': 'NOT_EQUALS',
'values': ' ',
},
},
'includeZeroImpressions': 'false'
}