- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists creatives as they are at the time of the initial request. This call may take multiple hours to complete. For large, paginated requests, this method returns a snapshot of creatives at the time of request for the first page. lastStatusUpdate
and creativeServingDecision
may be outdated for creatives on sequential pages. We recommend Google Cloud Pub/Sub to view the latest status.
HTTP request
GET https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/creatives
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the parent buyer that owns the creatives. The pattern for this resource is either For If you want to access all creatives pertaining to both the bidder and all of its child seat accounts, you would use |
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 |
filter |
Query string to filter creatives. If no filter is specified, all active creatives will be returned. Example: 'accountId=12345 AND (dealsStatus:DISAPPROVED AND disapprovalReason:UNACCEPTABLE_CONTENT) OR declaredAttributes:IS_COOKIE_TARGETED' |
view |
Controls the amount of information included in the response. By default only |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListCreativesResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding