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

# AppsReportingCampaign.SystemStatus

System-evaluated delivery state of the campaign at report time.

## Declaration

```data
string AppsReportingCampaign.SystemStatus
```

## Possible Values

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

## Discussion

Discussion This is a point-in-time snapshot; a campaign that later changes to NOT_RUNNING won’t retroactively update in an already-generated report. Example {   "systemStatus": "RUNNING" } See CampaignSystemStatus for additional context.
