Contents

CampaignDisplayStatus

Rolled-up delivery state for a campaign, combining advertiser settings and system conditions into a single user-facing label.

Declaration

string CampaignDisplayStatus

Possible Values

RUNNING

The campaign is actively delivering ads.

PAUSED

The advertiser paused the campaign.

ON_HOLD

Delivery is stopped due to a system or account condition.

LIMITED

The campaign is serving but at reduced capacity due to a system condition.

PROCESSING

The campaign was recently created or modified and is being processed.

DELETED

The 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.

See Also