Campaign.SystemStatus
System-evaluated delivery state indicating whether a campaign is currently running.
Declaration
string Campaign.SystemStatusPossible Values
RUNNINGThe campaign is actively delivering ads.
NOT_RUNNINGThe campaign is not currently delivering. Check
systemStatusReasonsfor the cause.
Discussion
This status reflects the campaign specifically, separate from the advertiser-set Campaign.Status and the system status of ad groups within it.
Example
{
"systemStatus": "RUNNING"
}See CampaignSystemStatus for additional context.