Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
CmsMetadataService uses getCmsMetadataKeysByStatement() to retrieve CMS metadata key objects, returning a CmsMetadataKeyPage.
CmsMetadataKeyPage stores a page of CMS metadata key objects and includes information like total results, starting index, and the results themselves.
The results within CmsMetadataKeyPage are an array of CmsMetadataKey objects and housed within the https://www.google.com/apis/ads/publisher/v202411 namespace.
[[["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 `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"]]