AdGroup.SystemStatus
System-derived operational status reflecting whether an ad group is actively serving.
Declaration
string AdGroup.SystemStatusPossible Values
RUNNINGThe ad group is active and serving ads.
NOT_RUNNINGThe ad group is not serving ads. Check
systemStatusReasonsfor the specific cause.
Discussion
This status reflects the ad group specifically, separate from the advertiser-set AdGroup.Status and the system status of ads within it.
Example
{
"systemStatus": "RUNNING"
}See AdGroupSystemStatus for additional context.