[[["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\u003eCreativeSetPage objects represent a page within a larger set of CreativeSet objects.\u003c/p\u003e\n"],["\u003cp\u003eThese pages provide information like the total number of CreativeSets, the starting position of the page, and the CreativeSets included on that specific page.\u003c/p\u003e\n"],["\u003cp\u003eCreativeSetPage is part of the Google Ad Manager API and uses a specific namespace for identification.\u003c/p\u003e\n"]]],["The `CreativeSetService` offers the `getCreativeSetsByStatement()` method, which retrieves a `CreativeSetPage`. This page contains a collection of `CreativeSet` objects and provides metadata including `totalResultSetSize` (total results), `startIndex` (page's starting index), and `results` (the array of `CreativeSet` objects). These are used to manage and navigate the results. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type CreativeSetPage (v202408)\n\n**Service** \n**CreativeSetService** **Dependencies** \n[getCreativeSetsByStatement()](/ad-manager/api/reference/v202408/CreativeSetService#getCreativeSetsByStatement) \n▼\n**CreativeSetPage**\n\nCaptures a page of [CreativeSet](/ad-manager/api/reference/v202408/CreativeSetService.CreativeSet) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[CreativeSet](/ad-manager/api/reference/v202408/CreativeSetService.CreativeSet)`[]` The collection of creative sets contained within this page. |"]]