[[["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-15 UTC."],[[["The `CmsMetadataService` allows you to retrieve CMS metadata keys, and the results are returned in a `CmsMetadataKeyPage` object."],["`CmsMetadataKeyPage` includes information like the total result size, starting index, and an array of `CmsMetadataKey` objects."],["The namespace for this service is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CmsMetadataService` utilizes the `getCmsMetadataKeysByStatement` method, which returns a `CmsMetadataKeyPage`. This page contains a set of CMS metadata key objects, identified within the namespace `https://www.google.com/apis/ads/publisher/v202405`. The `CmsMetadataKeyPage` includes `totalResultSetSize` and `startIndex` integers, and an array of `CmsMetadataKey` objects in the `results` field. These represent the retrieved metadata keys.\n"]]