The account to list the creatives from. Specify "-" to list all creatives the current user has access to.
Query parameters
Parameters
pageSize
integer
Requested page size. The server may return fewer creatives than requested (due to timeout constraint) even if more are available through another call. If unspecified, server will pick an appropriate default. Acceptable values are 1 to 1000, inclusive.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of ListCreativesResponse.next_page_token returned from the previous call to 'creatives.list' method.
query
string
An optional query string to filter creatives. If no filter is specified, all active creatives will be returned.
A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.page_token field in the subsequent call to 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 2024-09-18 UTC."],[[["Lists all creatives associated with a specific account or all accounts accessible to the current user."],["Allows filtering of creatives based on criteria like account ID, creative ID, deals status, and more using query parameters."],["Returns a paginated list of creatives, with the ability to retrieve subsequent pages using a page token."],["Requires authorization with the `https://www.googleapis.com/auth/adexchange.buyer` scope."],["Uses a `GET` request to the endpoint `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/creatives`."]]],["This document outlines the process for listing creatives via an HTTP GET request to `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/creatives`. Key actions involve specifying the `accountId` as a path parameter and optional query parameters like `pageSize`, `pageToken`, and `query` for filtering. The `accountId` can be set to \"-\" to list all available creatives. The response body will contain a list of `creatives` and a `nextPageToken` for pagination. Authorization requires the `adexchange.buyer` OAuth scope. The request body should be empty.\n"]]