---
title: "Create a new report export."
method: POST
path: "/cm/v1/report-exports"
tags: ["ReportExport"]
---

# Create a new report export.

`POST /cm/v1/report-exports`

Create a new report export.

## Query parameters

- `ad_account_id` string, required
- `product_id` string

## Request body

- DspReportExport — ReportExport is the metadata for the report export.
  - `id` string — Unique identifier of the ReportExport. Automatically set by server on creation.
  - `badge` string — Server generated, user-friendly ReportExport identifier for partner integration.
  - `workplace_id` string, required — Workplace ID to which the ReportExport associated.
  - `ad_account_id` string, required — Ad account ID to which the ReportExport associated.
  - `product_id` string, required — Product ID to which the ReportExport associated.
  - `partner` 'UNKNOWN_PARTNER' | 'SINGULAR' | 'APPSFLYER' | 'TENJIN' | 'BIDALGO' | 'APPANNIE' | 'APPSUMER' | 'ADJUST' | 'KOCHAVA' | 'AIRBRIDGE' | 'BRANCH' | 'JUSTTRACK', required — Partner enumerates the reporting solution partners to whom we've integrated. - SINGULAR: Singular. - APPSFLYER: AppsFlyer. - TENJIN: Tenjin. - BIDALGO: Bidalgo. - APPANNIE: Appannie. - APPSUMER: Appsumer. - ADJUST: Adjust. - KOCHAVA: Kochava. - AIRBRIDGE: AirBridge. - BRANCH: Branch. - JUSTTRACK: JustTrack.
  - `created_at` string, date-time — Created time.
  - `updated_at` string, date-time — Last updated time. Should not modify on the client side.

## Response `200`

A successful response.

- MessagesCreateReportExportResponse
  - `report_export` DspReportExport — ReportExport is the metadata for the report export.
    - `id` string — Unique identifier of the ReportExport. Automatically set by server on creation.
    - `badge` string — Server generated, user-friendly ReportExport identifier for partner integration.
    - `workplace_id` string, required — Workplace ID to which the ReportExport associated.
    - `ad_account_id` string, required — Ad account ID to which the ReportExport associated.
    - `product_id` string, required — Product ID to which the ReportExport associated.
    - `partner` 'UNKNOWN_PARTNER' | 'SINGULAR' | 'APPSFLYER' | 'TENJIN' | 'BIDALGO' | 'APPANNIE' | 'APPSUMER' | 'ADJUST' | 'KOCHAVA' | 'AIRBRIDGE' | 'BRANCH' | 'JUSTTRACK', required — Partner enumerates the reporting solution partners to whom we've integrated. - SINGULAR: Singular. - APPSFLYER: AppsFlyer. - TENJIN: Tenjin. - BIDALGO: Bidalgo. - APPANNIE: Appannie. - APPSUMER: Appsumer. - ADJUST: Adjust. - KOCHAVA: Kochava. - AIRBRIDGE: AirBridge. - BRANCH: Branch. - JUSTTRACK: JustTrack.
    - `created_at` string, date-time — Created time.
    - `updated_at` string, date-time — Last updated time. Should not modify on the client side.

## Other responses

- `default` — Error. Detailed cause can be found in the `details` field.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
