Skip to main content

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
ActionIQM EndpointThe Trade Desk EndpointNotes
Get Conversion DetailsGET/api/v3/conversion/{conversionId}GET/v3/trackingtag/{trackingTagId}
GET/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 ConversionsGET/api/v3/conversion/listPOST/v3/trackingtag/query/advertiser
Create a Pixel ConversionPOST/api/v3/conversion/pixel/addPOST/v3/trackingtag
Create a Postback ConversionPOST/api/v3/conversion/postback/addPOST/v3/tracking/universalpixel
Update a ConversionPATCH/api/v3/conversion/pixel/update
PATCH/api/v3/conversion/postback/update
PUT/v3/trackingtag
PUT/v3/tracking/universalpixel
Assign Conversion to a CampaignPATCH/api/v3/conversion/assign-to/campaignPOST/v3/campaign
PUT/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: