AI-generated Key Takeaways
-
CreativeSetPage
objects represent a page ofCreativeSet
objects, providing information about a set of creative sets within Google Ad Manager. -
The
CreativeSetPage
includes the total number of creative sets (totalResultSetSize
), the starting position of the current page (startIndex
), and the actual creative sets on this page (results
). -
Developers can use the
getCreativeSetsByStatement()
method from theCreativeSetService
to retrieveCreativeSetPage
objects.
Captures a page of CreativeSet objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The size of the total result set to which this page belongs. |
|
The absolute index in the total result set on which this page begins. |
|
The collection of creative sets contained within this page. |