[[["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\u003eCmsMetadataValuePage objects represent a page of CMS metadata values within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThis page includes information like the total number of results, the starting index, and an array of CmsMetadataValue objects.\u003c/p\u003e\n"],["\u003cp\u003eAccessing CMS metadata values is achieved through the \u003ccode\u003egetCmsMetadataValuesByStatement\u003c/code\u003e method of the \u003ccode\u003eCmsMetadataService\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CmsMetadataService` utilizes the `getCmsMetadataValuesByStatement` method, which returns a `CmsMetadataValuePage`. This page contains a set of CMS metadata value objects, indicated by the `results` field. The response also includes `totalResultSetSize`, representing the total number of results, and `startIndex`, denoting the starting index of the current page. These data are accessed via the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type CmsMetadataValuePage (v202408)\n\n**Service** \n**CmsMetadataService** **Dependencies** \n[getCmsMetadataValuesByState...](/ad-manager/api/reference/v202408/CmsMetadataService#getCmsMetadataValuesByStatement \"getCmsMetadataValuesByStatement()\") \n▼\n**CmsMetadataValuePage**\n\nCaptures a page of CMS metadata value 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` | ` `[CmsMetadataValue](/ad-manager/api/reference/v202408/CmsMetadataService.CmsMetadataValue)`[]` \u003cbr /\u003e |"]]