[[["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-08-20 UTC."],[[["CmsMetadataKey represents a key associated with content from a publisher's CMS, identified by a unique ID and name."],["It includes a status field, indicating whether the key is active, inactive, or unknown."],["The key is used within a key-value pair to store metadata, with the `name` field storing the key itself."],["Google assigns a read-only ID for each CmsMetadataKey."]]],["The core content defines the `CmsMetadataKey`, which is a key associated with content from a publisher's CMS. It includes an `id` (read-only, provided by Google), a `name` (key of a key-value pair), and a `status` (read-only) which can be `ACTIVE`, `INACTIVE`, or `UNKNOWN`. The service `CmsMetadataService` depends on `CmsMetadataKeyPage` and `CmsMetadataValue`. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]