Skip to main content

Migrate a Report

Overview

The API Comparison table highlights the main actions and API methods for creating, scheduling, and executing a Report. Select an endpoint from IQM or DV360 to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.

API Comparison

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

DV360: https://doubleclickbidmanager.googleapis.com
ActionIQM EndpointDV360 EndpointNotes
Get Report by IDGET/api/v3/ra/report/{reportId}GET/v2/queries/{queryId}
Get a List of ReportsGET/api/v3/ra/reports/listGET/v2/queries
Create a ReportPOST/api/v3/ra/report/addPOST/v2/queries
Schedule a ReportPOST/api/v3/ra/report/email/schedulePOST/v2/queriesDV360 uses the schedule object when creating a report to determine its scheduling.
Execute a ReportPOST/api/v3/ra/report/executePOST/v2/queries/{queryId}:run
Download a ReportPOST/api/v3/ra/report/downloadGET/v2/queries/{queryId}/reports/{reportId}DV360 generates a download path in a report's metadata object.

More Reports Resources

IQM:

DV360: