Migrate a Conversion
Overview
The API Comparison table highlights the shared actions and API methods between IQM and The Trade Desk for creating and managing Conversions. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from The Trade Desk to IQM.
For a comprehensive overview of IQM's Conversion services, see the Conversions API.
API Comparison
Base URLs
IQM: https://app.iqm.com
TTD: https://api.thetradedesk.com
Action | IQM Endpoint | The Trade Desk Endpoint | Notes |
---|---|---|---|
Get Conversion Details | /api/v3/conversion/{conversionId} | /v3/trackingtag/{trackingTagId} /v3/tracking/universalpixel/{universalPixelId} | IQM endpoint returns typeId parameter specifying whether the Conversion is a Pixel (1) or Postback (2).The Trade Desk endpoint returns TrackingTagCategory specifying whether Conversion is a StaticTag or a UniversalPixelTag. |
Get List of Conversions | /api/v3/conversion/list | /v3/trackingtag/query/advertiser | |
Create a Pixel Conversion | /api/v3/conversion/pixel/add | /v3/trackingtag | |
Create a Postback Conversion | /api/v3/conversion/postback/add | /v3/tracking/universalpixel | |
Update a Conversion | /api/v3/conversion/pixel/update /api/v3/conversion/postback/update | /v3/trackingtag /v3/tracking/universalpixel | |
Assign Conversion to a Campaign | /api/v3/conversion/assign-to/campaign | /v3/campaign /v3/campaign | IQM endpoint supports assigning multiple Conversions to multiple Campaigns, or removing from multiple Campaigns.The Trade Desk assigns tracking tags in the create and update Campaign endpoints with the CampaignConversionReportingColumns object. |
More Conversions Resources
IQM:
TTD: