Deals API for Buyers¶
Warning
In Q3 2024, we will begin gradually phasing out of the Deals API v1.0, starting with sunsetting the POST method. Please follow the Deals Sync API for Buyers V1 to V2 Migration Guide.
The BidSwitch Deals API integrates with Deal Management APIs of Suppliers that are connected to BidSwitch, allowing BidSwitch connected Buyers to receive private or open deals setup details through one API integration.
BidSwitch parses submitted Deals information from various Suppliers and routes the appropriate Deals to you. From our API, you can pull the most up to date Deals data into your own Deals Management Platform and present them to the Advertiser or Agencies that use your systems. The purpose of such an integration is to improve the trading volume and execution of deals by ensuring details are always correct and actual, so that at time of delivery there should be no technical impediments to prevent the deal from running successfully.
Available API Versions
Usage Overview¶
To integrate with this API, use the following steps.¶
Get your API Access Token, which will be passed in the request header. If you do not have an API token or user account, use the steps outlined in the API Authorization section. If you have Read Only permissions you may only user
GETqueries. Request an API Account to access all API methods.Retrieve or update deal details from the relevant API depending on your integration, see either the V1 Deals Sync API for Buyers or Deals Sync API for Buyers section.
When you push deal updates, BidSwitch makes these available to your partner Suppliers also using the API. The details are also made available in spreadsheet format for partners not using an API.
Your system should pull regularly from the Deals API to get updates from Suppliers.
Changelog¶
For complete details of changes listed here, see either the V1 Deals Sync API for Buyers or Deals Sync API for Buyers section. You should consider changes to field functionality or definitions applicable to both API versions unless explicitly stated.
2021-03-30¶
API V2 introduced with the concept of managing different active revisions of a deal, see the Deals Sync API for Buyers section for details
2020-12-12¶
Introduced
deals[].revision_idto track the number of revisions a deal has been through, see the V1 Deals Sync API for Buyers section for more details
2020-11-10¶
rejectedadded as a possible deal status, see the field description for details.
2020-10-15¶
Added
dsp_note, see the field description for details.
2020-06-02¶
inventory_sourcereplacedpublisher_idas a field nameIntroduced
inventory_sourcevalidation, see the field description for validation details.agenciesreplacedbuyersas a field name
2020-02-18¶
Added support for Native inventory
2019-12-12¶
Added the
ssp_bid_request_namefield.
2019-10-23¶
Introduced
deal_idvalidation, see the field description for validation details.
2019-05-17¶
Initial Release