---
title: CampaignSystemStatus
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/campaignsystemstatus
---

# CampaignSystemStatus

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

## Declaration

```data
string CampaignSystemStatus
```

## Possible Values

RUNNING: The campaign is actively delivering ads. NOT_RUNNING: The campaign is not currently delivering. Check systemStatusReasons for the cause.

## Discussion

Discussion The CampaignSystemStatus is a read-only field set by the platform. It reflects whether the campaign is actively delivering ads based on all system-evaluated conditions. When NOT_RUNNING, inspect systemStatusReasons on the Campaign object for the specific blocking condition.

## See Also

- [CampaignStatus](apple-ads-platform-api/campaignstatus.md)
- [CampaignDisplayStatus](apple-ads-platform-api/campaigndisplaystatus.md)
- [CampaignSystemStatusReason](apple-ads-platform-api/campaignsystemstatusreason.md)
- [CampaignSystemLimitedStatusReason](apple-ads-platform-api/campaignsystemlimitedstatusreason.md)
- [BillingEvent](apple-ads-platform-api/billingevent.md)
- [PromotedObjectType](apple-ads-platform-api/promotedobjecttype.md)
- [Currency](apple-ads-platform-api/currency.md)
