type CreativeSetPage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeSetService
Captures a page of CreativeSet objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
CreativeSet[]
The collection of creative sets contained within this page.
|
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\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. |"]]