[[["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\u003eCmsMetadataService uses \u003ccode\u003egetCmsMetadataKeysByStatement()\u003c/code\u003e to retrieve CMS metadata key objects, returning a CmsMetadataKeyPage.\u003c/p\u003e\n"],["\u003cp\u003eCmsMetadataKeyPage stores a page of CMS metadata key objects and includes information like total results, starting index, and the results themselves.\u003c/p\u003e\n"],["\u003cp\u003eThe results within CmsMetadataKeyPage are an array of CmsMetadataKey objects and housed within the \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],["The `CmsMetadataService` utilizes the `getCmsMetadataKeysByStatement()` method, which returns a `CmsMetadataKeyPage`. This page contains a set of CMS metadata key objects, represented by the `results` field. The `CmsMetadataKeyPage` also includes `totalResultSetSize`, indicating the total number of keys, and `startIndex`, specifying the starting index of the returned keys. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type CmsMetadataKeyPage (v202411)\n\n**Service** \n**CmsMetadataService** **Dependencies** \n[getCmsMetadataKeysByStateme...](/ad-manager/api/reference/v202411/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/v202411`\n\n| Field ----- ||\n|--------------------------|-----------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[CmsMetadataKey](/ad-manager/api/reference/v202411/CmsMetadataService.CmsMetadataKey)`[]` \u003cbr /\u003e |"]]