type CreativeWrapperPage (v202411)
Service
CreativeWrapperService
Captures a page of CreativeWrapper objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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
|
CreativeWrapper[]
The collection of creative wrappers 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 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["CreativeWrapperPage objects represent a page of CreativeWrapper objects, providing access to a subset of creative wrappers within a larger result set."],["This page includes information like the total number of creative wrappers (`totalResultSetSize`), the starting position of the current page (`startIndex`), and the actual creative wrappers on this page (`results`)."],["Developers can utilize the CreativeWrapperService and its methods like `getCreativeWrappersByStatement()` to retrieve and manage creative wrappers in Google Ad Manager."]]],["The `CreativeWrapperService` provides the functionality to retrieve a paginated set of `CreativeWrapper` objects. Using the `getCreativeWrappersByStatement` method returns a `CreativeWrapperPage`, which contains the `totalResultSetSize`, `startIndex`, and an array of `results`. Each result represents a `CreativeWrapper`. This service, part of the `v202411` API namespace, allows querying and retrieving creative wrapper data.\n"]]