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."],[],["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,[]]