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

# SharedBudget.SystemStatus

The system-derived operational state of a budget order.

## Declaration

```data
string SharedBudget.SystemStatus
```

## Possible Values

ACTIVE: The budget order is active. Campaigns assigned to it can draw spend against it. INACTIVE: The budget order is not currently active. No spend will be drawn until the underlying condition is resolved.

## Discussion

Discussion The systemStatus is a read-only, system-computed field. It reflects whether campaigns can currently draw spend against the budget order. Check systemStatusReasons to determine the specific cause when the status is not ACTIVE. See BudgetSystemStatus for the full field reference.
