Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
BrandState
Enumeration of different brand states.
Enums |
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ENABLED |
Brand is verified and globally available for selection |
DEPRECATED |
Brand was globally available in past but is no longer a valid brand (based on business criteria) |
UNVERIFIED |
Brand is unverified and customer scoped, but can be selected by customer (only who requested for same) for targeting |
APPROVED |
Was a customer-scoped (unverified) brand, which got approved by business and added to the global list. Its assigned CKG MID should be used instead of this |
CANCELLED |
Was a customer-scoped (unverified) brand, but the request was canceled by customer and this brand id is no longer valid |
REJECTED |
Was a customer-scoped (unverified) brand, but the request was rejected by internal business team and this brand id is no longer valid |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Brand states include `ENABLED`, `DEPRECATED`, `UNVERIFIED`, `APPROVED`, `CANCELLED`, and `REJECTED` to indicate the brand's availability and verification status."],["`ENABLED` brands are verified and globally selectable, while `DEPRECATED` brands were previously available but are no longer valid."],["`UNVERIFIED` brands are customer-specific and require approval to become globally available (`APPROVED`), or they can be `CANCELLED` or `REJECTED`."],["`APPROVED` brands were previously customer-specific but are now globally available, indicated by a CKG MID."],["`CANCELLED` and `REJECTED` brands were customer-specific requests that are no longer valid due to cancellation or rejection by the business."]]],[]]