Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
CmsMetadataValuePage objects represent a page of CMS metadata values within the Google Ad Manager API.
This page includes information like the total number of results (totalResultSetSize), the starting position of the current page (startIndex), and the actual CMS metadata values (results).
The results field contains an array of CmsMetadataValue objects, providing detailed metadata information.
The namespace for this object is https://www.google.com/apis/ads/publisher/v202411, which is used for interactions with the Ad Manager API.
[[["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."],[],["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"]]