type CreativePage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Captures a page of Creative objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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\u003e\u003ccode\u003eCreativePage\u003c/code\u003e objects represent a page of \u003ccode\u003eCreative\u003c/code\u003e objects within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThese pages provide information about the total number of creatives (\u003ccode\u003etotalResultSetSize\u003c/code\u003e), the starting position of the current page within the total set (\u003ccode\u003estartIndex\u003c/code\u003e), and the actual creative data (\u003ccode\u003eresults\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresults\u003c/code\u003e field contains a collection of various creative types, including image, video, audio, and custom creatives, among others.\u003c/p\u003e\n"],["\u003cp\u003eThis structure allows for efficient retrieval and navigation of large sets of creative data within the Ad Manager system.\u003c/p\u003e\n"]]],["The `CreativeService` utilizes `getCreativesByStatement()` to retrieve a `CreativePage`, which is a set of `Creative` objects. Key information includes the `totalResultSetSize`, representing the total number of results, and `startIndex`, indicating the page's starting point in the full set. The `results` field contains the collection of various creative types, such as `ImageCreative`, `VideoCreative`, and `CustomCreative`, among others. The namespace for this data is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,[]]