ListCreativesResponse
Stay organized with collections
Save and categorize content based on your preferences.
A response for listing creatives.
JSON representation |
{
"creatives": [
{
object (Creative )
}
],
"nextPageToken": string
} |
Fields |
creatives[] |
object (Creative )
The list of creatives.
|
nextPageToken |
string
A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.pageToken field in the subsequent call to the creatives.list method to retrieve the next page of results.
|
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-05-07 UTC.
[null,null,["Last updated 2025-05-07 UTC."],[[["\u003cp\u003eThis documentation outlines the structure of a JSON response for listing creatives.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of creatives and a token for retrieving the next page of results if available.\u003c/p\u003e\n"],["\u003cp\u003eEach creative is represented as a JSON object conforming to the \u003ccode\u003eCreative\u003c/code\u003e schema definition.\u003c/p\u003e\n"]]],["The core content outlines a JSON response structure for listing creatives. The response includes an array of `creatives`, each detailed as an object. It also contains a `nextPageToken` string, used to fetch the next set of results via the `creatives.list` method by adding it in the ListCreativesRequest.pageToken field, allowing for paginated retrieval of creatives.\n"],null,["# ListCreativesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA response for listing creatives.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"creatives\": [ { object (/authorized-buyers/apis/realtimebidding/reference/rest/v1/bidders.creatives#Creative) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `creatives[]` | `object (`[Creative](/authorized-buyers/apis/realtimebidding/reference/rest/v1/bidders.creatives#Creative)`)` The list of creatives. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListCreativesRequest.pageToken](/authorized-buyers/apis/realtimebidding/reference/rest/v1/buyers.creatives/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `creatives.list` method to retrieve the next page of results. |"]]