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

# BrandsReportingCampaign.SystemStatus

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

## Declaration

```data
string BrandsReportingCampaign.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 reflects delivery conditions evaluated at the moment the report was generated, separate from the advertiser-set BrandsReportingCampaign.Status reported alongside it. Example {   "systemStatus": "RUNNING" } See CampaignSystemStatus for additional context.
