- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists creatives.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/creatives
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
accountId |
The account to list the creatives from. Specify "-" to list all creatives the current user has access to. |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
A token identifying a page of results the server should return. Typically, this is the value of |
query |
An optional query string to filter creatives. If no filter is specified, all active creatives will be returned. Supported queries are:
|
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
A response for listing creatives.
JSON representation | |
---|---|
{
"creatives": [
{
object ( |
Fields | |
---|---|
creatives[] |
The list of creatives. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adexchange.buyer