The account to list the associations from. Specify "-" to list all creatives the current user has access to.
creativeId
string
The creative ID to list the associations from. Specify "-" to list all creatives under the above account.
Query parameters
Parameters
pageSize
integer
Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of ListDealAssociationsResponse.next_page_token returned from the previous call to 'dealAssociations.list' method.
query
string
An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are:
A token to retrieve the next page of results. Pass this value in the ListDealAssociationsRequest.page_token field in the subsequent call to 'ListDealAssociation' 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 associations between creatives and deals for a given account."],["Allows filtering of associations by account ID, creative ID, deal ID, deal status, and open auction status."],["Supports pagination to retrieve large result sets."],["Requires `https://www.googleapis.com/auth/adexchange.buyer` authorization scope for access."],["Provides details like association status and associated deal IDs in the response."]]],["This outlines how to list creative-deal associations via an HTTP `GET` request to a specified URL. Key actions involve using `accountId` and `creativeId` as path parameters to identify the desired associations. Optional query parameters, `pageSize`, `pageToken`, and `query`, allow for pagination and filtering based on account, creative, deal ID, or status. The request body must be empty. The response contains an array of `associations` and a `nextPageToken` for subsequent page retrieval. Authorization requires the `adexchange.buyer` OAuth scope.\n"]]