[[["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."],[[["CmsMetadataValue represents a key-value pair linked to publisher content from their CMS, used for targeting."],["Each CmsMetadataValue has a unique ID, a value, an associated key, and a status (active, inactive, archived, or unknown)."],["The `cmsMetadataValueId` is read-only and assigned by Google, while `valueName` stores the actual value of the key-value pair."],["`key` is a reference to the CmsMetadataKey object that defines the key for this value."],["`status` reflects the current state of the CmsMetadataValue and is also read-only."]]],["The content details `CmsMetadataValue`, a key-value pair for publisher CMS content. It contains fields such as `cmsMetadataValueId` (read-only ID), `valueName` (the value), and `key` (referencing `CmsMetadataKey`). The `status` field, which is read-only, reflects the state of the metadata value, using enumerated options `ACTIVE`, `INACTIVE`, `ARCHIVED`, and `UNKNOWN`. This data is used for targeting and is part of the `CmsMetadataService`.\n"]]