Migrate a Campaign
Overview
The API Comparison table highlights the main actions and API methods for creating a Campaign. 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 Comparison
Base URLs
IQM: https://app.iqm.com
TTD: https://api.thetradedesk.com
Action | IQM Endpoint | The Trade Desk Endpoint | Notes |
---|---|---|---|
Get Campaign Details | /api/v2/cmp/campaign/{campaignId} | /v3/adgroup/{adGroupId} | |
Create a Campaign | /api/v2/cmp/campaigns/add /api/v3/cmp/pg/campaigns/add | /v3/adgroup | IQM API requires an uploaded Creative and an existing Insertion Order to create a Campaign. |
Update a Campaign | /api/v2/cmp/campaign/{campaignId} /api/v3/cmp/pg/campaigns/{campaignId} | /v3/adgroup | |
Update Campaign Budget | /api/v3/cmp/pg/campaigns/{campaignId} /api/v2/cmp/campaignsupdate-budget | GraphQL mutation campaignBudgetSettingsUpdate | A budget is set when creating a Campaign. It can also be changed when updating a Campaign or through the budget-updating endpoint. |
Create PG Deal | /api/v3/inv/pg/deals/add | /v3/contract | An active PG deal (pgDealId) is required to create a PG Campaign. |
Get Insertion Order Details | /api/v3/cmp/io/basic/list /api/v3/cmp/io/advanced/list | /v3/campaign/{campaignId} | |
Create an Insertion Order | /api/v3/cmp/io/add | /v3/campaign | |
Update an Insertion Order | /api/v3/cmp/io/{ioId} | /v3/campaign | |
Duplicate an Insertion Order | /api/v3/cmp/io/duplicate | /v3/campaign/clone | Duplicates Insertion Order and specified Campaigns. |
Get Creative Details by ID | /api/v3/crt/creatives/{creativeId} | /v3/creative/{creativeId} | |
Get List of Creatives | /api/v3/crt/creatives/list | /v3/creative/query/advertiser | |
Add New Creative | /api/v3/crt/creatives | /v3/creative | IQM supports FormData for uploading Creatives. See MDN Documentation for more details. |
More Campaign Resources
IQM:
- Campaign API
- Create a Campaign (Quickstart Guide)
- Create a Campaign (Help Center Article)
TTD: