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-10-12 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-10-12 UTC."],[[["Brands can be globally available (`ENABLED`), deprecated (`DEPRECATED`), or scoped to specific customers (`UNVERIFIED`)."],["Customer-scoped brands can transition to global availability (`APPROVED`), or become invalid due to cancellation (`CANCELLED`) or rejection (`REJECTED`)."],["`UNSPECIFIED` and `UNKNOWN` represent system states rather than actual brand statuses."]]],[]]