CampaignDisplayStatus
Rolled-up delivery state for a campaign, combining advertiser settings and system conditions into a single user-facing label.
Declaration
string CampaignDisplayStatusPossible Values
RUNNINGThe campaign is actively delivering ads.
PAUSEDThe advertiser paused the campaign.
ON_HOLDDelivery is stopped due to a system or account condition.
LIMITEDThe campaign is serving but at reduced capacity due to a system condition.
PROCESSINGThe campaign was recently created or modified and is being processed.
DELETEDThe campaign has been soft-deleted.
Discussion
The CampaignDisplayStatus is a read-only, derived field on Campaign that surfaces the effective delivery state. It combines CampaignStatus (advertiser intent) and CampaignSystemStatus (system evaluation) into one actionable label. Use this field when displaying campaign health in a UI. Inspect CampaignSystemStatusReason for the root cause when the status isn’t RUNNING.