AI-generated Key Takeaways
-
ContentPage
objects represent a page within a larger set ofContent
objects, providing information about the total result set and the current page's position. -
Key properties of
ContentPage
includetotalResultSetSize
,startIndex
, andresults
, offering details about the overall result size, starting position, and the specific content within the page. -
Accessing
Content
data is facilitated through theContentService
and itsgetContentByStatement()
method, which likely uses a statement to query and retrieve specific content, with results encapsulated inContentPage
objects.
Captures a page of Content
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 content contained within this page. |