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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["- [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. |"]]