BrandState
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["Brand states include `ENABLED`, `DEPRECATED`, `UNVERIFIED`, `APPROVED`, `CANCELLED`, and `REJECTED` to indicate their 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, potentially transitioning to `APPROVED` status."],["Customer-scoped brands can be `CANCELLED` or `REJECTED`, indicating that the request for the brand was either withdrawn or denied, rendering the brand ID invalid."],["`UNSPECIFIED` and `UNKNOWN` are reserved for system use and represent either a lack of value or an unknown brand state."]]],[]]