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

# BudgetSystemStatus

The system-derived operational state of a budget order.

## Declaration

```data
string BudgetSystemStatus
```

## Possible Values

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

## Discussion

Discussion The BudgetSystemStatus is a read-only, system-computed field on budget objects. It reflects whether campaigns can currently draw spend against the budget. Check systemStatusReasons on the parent object to determine the specific cause when the status is not ACTIVE.

## See Also

- [PaymentModel](apple-ads-platform-api/paymentmodel.md)
- [BudgetSystemStatusReason](apple-ads-platform-api/budgetsystemstatusreason.md)
