Ad.DisplayStatus
Rolled-up delivery state for an ad, combining advertiser settings and system conditions into a single user-facing label.
Declaration
string Ad.DisplayStatusPossible Values
RUNNINGThe ad is actively delivering.
PAUSEDThe advertiser paused the ad.
ON_HOLDA system or account condition stops delivery.
LIMITEDThe ad is serving but at reduced capacity.
PROCESSINGThe system is processing the ad after a recent creation or update.
DELETEDThe advertiser soft-deleted the ad.
AD_GROUP_ON_HOLDDelivery stops because the parent ad group is on hold.
CAMPAIGN_ON_HOLDDelivery stops because the parent campaign is on hold.
Discussion
Because delivery depends on the full hierarchy, an ad can show AD_GROUP_ON_HOLD or CAMPAIGN_ON_HOLD even when its own settings are otherwise ready to serve.
Example
{
"displayStatus": "RUNNING"
}See AdDisplayStatus for additional context.