Contents

BudgetSystemStatus

The system-derived operational state of a budget order.

Declaration

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

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