Skip to main content

Migrate Inventory

Overview

IQM and The Trade Desk use similar terms and approaches for Inventory, with the following exceptions:

  • IQM's "deal" is equivalent to TTD's "contract".
  • IQM uses the Private Marketplace (PMP), while TTD uses Publisher Direct.

The API Comparison table highlights the main actions and API methods for managing Inventory and deals. Select an endpoint from IQM or The Trade Desk to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from The Trade Desk to IQM.

API Comparisons

Base URLs
  IQM: https://app.iqm.com

TTD: https://api.thetradedesk.com
ActionIQM EndpointThe Trade Desk EndpointNotes
Get List of DealsPOST/api/v3/pmp/deals/list
POST/api/v3/inv/pg/deals/list
POST/v3/contract/query/partner
POST/v3/contract/query/advertiser/available
IQM endpoints return lists of deals available to customers (owIds) or to the user (owId).

The Trade Desk endpoints get lists of deals belonging to a partner (PartnerId) or available to advertisers (AdvertiserId).
Get Deal Details by IDGET/api/v3/inv/pmp/deals/{id}
GET/api/v3/inv/pg/deals/{id}
GET/v3/contract/{contractId}The Trade Desk endpoints specify deal type with the ContractType parameter.
Create DealPOST/api/v3/inv/pmp/deals/add
POST/api/v3/inv/pg/deals/add
POST/v3/contract
Update DealPATCH/api/v3/inv/pmp/deals/{id}
PATCH/api/v3/inv/pg/deals/{id}
PUT/v3/contract
Get Inventory Group DetailsGET/api/v3/inv/groups/listGET/v3/contractGroup/{contractGroupId}
POST/v3/contractGroup/query/partner
IQM endpoint can return group by id or, if unspecified, all groups.
Create Inventory GroupPOST/api/v3/inv/groupsPOST/v3/contractGroup
Update Inventory GroupPOST/api/v3/inv/group/addMappings
POST/api/v3/inv/group/removeMappings
PUT/v3/contractGroupIQM endpoints support adding/removing Inventories to a group by specifying filters, deal IDs, contextual Inventory keywords or URLs, or Inventory IDs.

More Inventory Resources

IQM:

TTD: