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-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."]]],[]]