CustomerStatus
Possible statuses of a customer.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ENABLED
|
Indicates an active account able to serve ads. |
CANCELED
|
Indicates a canceled account unable to serve ads. Can be reactivated by an admin user. |
SUSPENDED
|
Indicates a suspended account unable to serve ads. May only be activated by Google support. |
CLOSED
|
Indicates a closed account unable to serve ads. Test account will also have CLOSED status. Status is permanent and may not be reopened. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Customer accounts have various statuses that determine their ability to serve ads, including `ENABLED`, `CANCELED`, `SUSPENDED`, and `CLOSED`."],["`ENABLED` accounts are active and serving ads, while `CANCELED` accounts are inactive but can be reactivated by an admin."],["`SUSPENDED` accounts are inactive, requiring Google support for reactivation, and `CLOSED` accounts are permanently inactive, including test accounts."],["`UNSPECIFIED` and `UNKNOWN` are primarily used for system purposes and indicate an undefined or unknown status respectively."]]],[]]