[[["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 (\u003ccode\u003etotalResultSetSize\u003c/code\u003e), the starting position of the current page (\u003ccode\u003estartIndex\u003c/code\u003e), and the actual CMS metadata values (\u003ccode\u003eresults\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresults\u003c/code\u003e field contains an array of \u003ccode\u003eCmsMetadataValue\u003c/code\u003e objects, providing detailed metadata information.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this object is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e, which is used for interactions with the Ad Manager API.\u003c/p\u003e\n"]]],["The `CmsMetadataService` utilizes the `getCmsMetadataValuesByStatement` method, which returns a `CmsMetadataValuePage`. This page contains a set of CMS metadata value objects, represented by the `results` field. The `CmsMetadataValuePage` also includes `totalResultSetSize`, indicating the total number of metadata values, and `startIndex`, specifying the position of the first value in the returned set. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type CmsMetadataValuePage (v202411)\n\n**Service** \n**CmsMetadataService** **Dependencies** \n[getCmsMetadataValuesByState...](/ad-manager/api/reference/v202411/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/v202411`\n\n| Field ----- ||\n|--------------------------|---------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `startIndex` | ` `xsd:`int` \u003cbr /\u003e |\n| ### `results` | ` `[CmsMetadataValue](/ad-manager/api/reference/v202411/CmsMetadataService.CmsMetadataValue)`[]` \u003cbr /\u003e |"]]