Skip to main content

Migrate a Conversion

Overview

Beeswax refers to their Conversions as Conversion Tags and Event Tags. This page uses IQM's terminology.

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

API Comparison

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

Beeswax: https://{buzz_key}.api.beeswax.com
ActionIQM EndpointBeeswax EndpointNotes
Get Conversion DetailsGET/api/v3/conversion/{conversionId}GET/rest/eventIQM endpoint returns typeId parameter specifying whether the Conversion is a Pixel (1) or Postback (2).

Beeswax endpoint returns event_type_id specifying Conversion type. Endpoint uses event_id query to specify event.
Get List of ConversionsGET/api/v3/conversion/listGET/rest/event
Create a Pixel ConversionPOST/api/v3/conversion/pixel/addPOST/rest/event
Create a Postback ConversionPOST/api/v3/conversion/postback/add
Update a ConversionPATCH/api/v3/conversion/pixel/update
PATCH/api/v3/conversion/postback/update
PUT/rest/event
Assign Conversion to a CampaignPATCH/api/v3/conversion/assign-to/campaignPOST/rest/event_assignmentIQM endpoint supports assigning multiple Conversions to multiple Campaigns, or removing from multiple Campaigns.

More Conversions Resources

IQM:

Beeswax:

warning

The Conversion Events page for the Beeswax API corresponds to their legacy 0.5 versioning. Information may not accurately reflect the endpoints linked here for the 2.0 versioning.

See the Migrating from 0.5 to 2.0 REST API page for more information.