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.
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
[[["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-11 UTC."],[[["Brands can be globally available (`ENABLED`), deprecated (`DEPRECATED`), or undergo a verification process."],["Customer-specific brands can be `UNVERIFIED`, `APPROVED`, `CANCELLED`, or `REJECTED` based on their status."],["`UNSPECIFIED` and `UNKNOWN` represent placeholder or system-level states for brand values."]]],[]]