Hi,
I wonder if campaigns with a "removed" campaign status are supposed to be left out in Campaign Performance Reports when adding the Date Segment?
When requesting the report without the Date segment, "removed" campaigns are included in the report.
Using the Adwords API.
AWQL: SELECT CampaignName, Date, CampaignStatus FROM CAMPAIGN_PERFORMANCE_REPORT DURING 20191101,20191130
Thanks,
Maria
Hi Maria,
By default, removed entities will not appear on reports unless you explicitly filter for them. You can add the WHERE clause "CampaignStatus IN [ENABLED,PAUSED,REMOVED]" to your report query.
Regards,
Anthony
Google Ads API Team