Campaign.DisplayStatus
Rolled-up delivery state for a campaign, combining advertiser settings and system conditions into a single user-facing label.
Declaration
string Campaign.DisplayStatusPossible 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
Because it merges both inputs into one label, a campaign set to ENABLED can still display as ON_HOLD or LIMITED when a system condition intervenes.
Example
{
"displayStatus": "RUNNING"
}See CampaignDisplayStatus for additional context.