- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
List all creative-deal associations.
HTTP request
GET https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
accountId |
The account to list the associations from. Specify "-" to list all creatives the current user has access to. |
creativeId |
The creative ID to list the associations from. Specify "-" to list all creatives under the above account. |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default. |
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 deal associations. If no filter is specified, all associations 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 creative and deal associations
JSON representation | |
---|---|
{
"associations": [
{
object ( |
Fields | |
---|---|
associations[] |
The list of associations. |
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