Contents

Campaign.SystemStatus

System-evaluated delivery state indicating whether a campaign is currently running.

Declaration

string Campaign.SystemStatus

Possible Values

RUNNING

The campaign is actively delivering ads.

NOT_RUNNING

The campaign is not currently delivering. Check systemStatusReasons for 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.