[[["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 2025-08-06 UTC."],[[["\u003cp\u003eThe CmsMetadataService enables retrieval of CMS metadata key objects, which are organized into pages represented by CmsMetadataKeyPage.\u003c/p\u003e\n"],["\u003cp\u003eEach page of CMS metadata keys includes details like the total number of results (\u003ccode\u003etotalResultSetSize\u003c/code\u003e), the starting position of the current page (\u003ccode\u003estartIndex\u003c/code\u003e), and the actual metadata key objects (\u003ccode\u003eresults\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eCmsMetadataKey objects contain information about CMS metadata keys within the system, such as their unique identifiers and associated values.\u003c/p\u003e\n"]]],["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/v202408`. The `CmsMetadataKeyPage` includes `totalResultSetSize` and `startIndex` integers, alongside an array of `CmsMetadataKey` objects in the `results` field. These results represent the captured page of metadata keys.\n"],null,["# type CmsMetadataKeyPage (v202408)\n\n**Service** \n**CmsMetadataService** **Dependencies** \n[getCmsMetadataKeysByStateme...](/ad-manager/api/reference/v202408/CmsMetadataService#getCmsMetadataKeysByStatement \"getCmsMetadataKeysByStatement()\") \n▼\n**CmsMetadataKeyPage**\n\nCaptures a page of CMS metadata key objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|-----------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[CmsMetadataKey](/ad-manager/api/reference/v202408/CmsMetadataService.CmsMetadataKey)`[]` \u003cbr /\u003e |"]]