Contents

AdAccount.SystemStatus

The system status for an ad account.

Declaration

string AdAccount.SystemStatus

Possible Values

ACTIVE

The ad account is active and capable of running campaigns.

INACTIVE

The ad account is inactive. Check AdAccount.SystemStatusReasons for the specific cause.

Discussion

This status reflects the ad account specifically, separate from the Org.SystemStatus of its parent organization.

Example

{
  "systemStatus": "ACTIVE"
}

See AdAccountSystemStatus for additional context.