deal object
A prearranged agreement to sell specific inventory, such as a direct deal between a publisher and a demand partner.
The deal
object has the following calls:
Call | Description |
---|---|
GET /deal | List all deals. |
GET /deal/available_fields | List the available_fields to create or update a deal. |
GET /deal/deal_UID | Read the specified deal. |
GET /deal/export | Export data in CSV format for all deals. Note: If a deal is associated with a custom package, its package_name and package_description values in the downloaded CSV file say “Private Selection”. The corresponding Package Name entry in the UI says “Custom”. |
POST /deal | Create a deal. |
POST /deal/deal_UID/clone | Clone the specified deal. |
PUT /deal | Update the specified deals. |
PUT /deal/deal_UID | Update the specified deal. |
DELETE /deal | Delete the specified deals. |
DELETE /deal/deal_UID | Delete the specified deal. |
See also Private Marketplace