v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1350108168.1 KB
accounts

List all creative-deal associations.

get/v2beta1/accounts/{accountId}/creatives/{creativeId}/dealAssociations

Path parameters

accountIdstring required

The account to list the associations from. Specify "-" to list all creatives the current user has access to.

creativeIdstring required

The creative ID to list the associations from. Specify "-" to list all creatives under the above account.

Query parameters

pageSizeinteger

Requested page size. Server may return fewer associations than requested. If unspecified, server will pick an appropriate default.

pageTokenstring

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 'ListDealAssociations' method.

querystring

An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=account_id_string - creativeId=creative_id_string - dealsId=deals_id_string - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved'

Response

Successful response