[[["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-02-13 UTC."],[[["The `CmsMetadataService` allows you to retrieve CMS metadata keys, which are organized into pages using the `CmsMetadataKeyPage` object."],["`CmsMetadataKeyPage` objects include information about the total number of results, the starting index of the current page, and an array of `CmsMetadataKey` objects representing the retrieved keys for that page."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202402` for its operations."]]],["The `CmsMetadataService` utilizes the `getCmsMetadataKeysByStatement` function, which returns a `CmsMetadataKeyPage`. This page contains a set of CMS metadata key objects, represented by the `results` field. The `CmsMetadataKeyPage` also provides information on the total number of results (`totalResultSetSize`) and the starting index (`startIndex`) of the current page. It operates within the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]