---
title: Campaign.SystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/campaign/systemstatus-data.typealias
---

# Campaign.SystemStatus

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

## Declaration

```data
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

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.
