AdGroup.DisplayStatus
Derived display status for an ad group, combining advertiser-set status with system status.
Declaration
string AdGroup.DisplayStatusPossible Values
CAMPAIGN_ON_HOLDThe ad group is on hold because its parent campaign is on hold.
DELETEDThe ad group has been deleted.
LIMITEDThe ad group is serving but delivery is restricted. Check
systemStatusLimitingReasonsfor details.ON_HOLDThe ad group is on hold due to a system issue. Check
systemStatusReasonsfor details.PAUSEDThe ad group has been paused by the advertiser.
PROCESSINGThe ad group is being processed and is not yet serving.
RUNNINGThe ad group is active and eligible to serve ads.
Discussion
Because it rolls up the full hierarchy, an ad group can show CAMPAIGN_ON_HOLD even when its own status and system conditions are otherwise fine.
Example
{
"displayStatus": "RUNNING"
}See AdGroupDisplayStatus for additional context.