[[["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 retrieval of CMS metadata values, returned as a CmsMetadataValuePage."],["A CmsMetadataValuePage includes the total result size, starting index, and an array of CmsMetadataValue objects."],["The service uses the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The `CmsMetadataService` utilizes the `getCmsMetadataValuesByStatement` method to retrieve CMS metadata. The response is encapsulated in a `CmsMetadataValuePage` object. This page contains the `totalResultSetSize`, indicating the total number of results, `startIndex` defining the starting index of the current page, and `results`, which is an array of `CmsMetadataValue` objects, representing the metadata values. The namespace for these components is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]