type CmsMetadataValuePage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CmsMetadataService
Captures a page of CMS metadata value objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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 |"]]