[[["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\u003e\u003ccode\u003eCreativeSetPage\u003c/code\u003e objects represent a page of \u003ccode\u003eCreativeSet\u003c/code\u003e objects, providing information about a set of creative sets within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreativeSetPage\u003c/code\u003e includes the total number of creative sets (\u003ccode\u003etotalResultSetSize\u003c/code\u003e), the starting position of the current page (\u003ccode\u003estartIndex\u003c/code\u003e), and the actual creative sets on this page (\u003ccode\u003eresults\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003egetCreativeSetsByStatement()\u003c/code\u003e method from the \u003ccode\u003eCreativeSetService\u003c/code\u003e to retrieve \u003ccode\u003eCreativeSetPage\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["The `CreativeSetService` offers the `getCreativeSetsByStatement()` method, which retrieves a `CreativeSetPage`. This page contains a subset of `CreativeSet` objects. The `CreativeSetPage` includes information like `totalResultSetSize` (the total number of results), `startIndex` (the starting index of the current page), and `results` (an array of `CreativeSet` objects). The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type CreativeSetPage (v202411)\n\n**Service** \n**CreativeSetService** **Dependencies** \n[getCreativeSetsByStatement()](/ad-manager/api/reference/v202411/CreativeSetService#getCreativeSetsByStatement) \n▼\n**CreativeSetPage**\n\nCaptures a page of [CreativeSet](/ad-manager/api/reference/v202411/CreativeSetService.CreativeSet) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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/v202411/CreativeSetService.CreativeSet)`[]` The collection of creative sets contained within this page. |"]]