---
title: "Export Conversions"
method: POST
path: "/networks/reporting/conversions/export"
tags: ["Reporting Exports"]
---

# Export Conversions

`POST /networks/reporting/conversions/export`

## Request body

- object
  - `from` string, required — Start date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).
  - `to` string, required — End date (format: `YYYY-MM-DD` or `YYYY-MM-DD HH:mm:SS`).
  - `timezone_id` integer, required — Timezone identifier for the date range.
  - `currency_id` string, required — Currency code for monetary values. Currently only `USD` is supported.
  - `show_conversions` boolean, required — Include base conversion records in the export.
  - `show_events` boolean — Include post-conversion event records in the export.
  - `show_only_scrub` boolean — Only include scrubbed (rejected) conversions/events.
  - `show_only_vt` boolean — Only include view-through conversions.
  - `show_only_ct` boolean — Only include click-through conversions.
  - `show_only_fail_traffic` boolean — Only include fail traffic conversions.
  - `show_only_updated` boolean — Only include conversions that have been updated.
  - `format` 'csv' | 'json', required — The file format for the export.
  - `columns` string[] — Columns to include in the export. If omitted, all columns are included.
  - `query` object — Query configuration with filters and search terms. Same structure as the conversion report endpoint.
    - `filters` object[] — Filters to narrow results. See the [Conversion Report](/api-reference/post-networksreportingconversions) for available filter types.
      - `resource_type` 'offer' | 'offer_group' | 'affiliate' | 'advertiser' | 'offer_creative' | 'transaction_id' | 'campaign' | 'billing_frequency' | 'business_unit' | 'label' | 'category' | 'sub1' | 'sub2' | 'sub3' | 'sub4' | 'sub5' | 'sub6' | 'sub7' | 'sub8' | 'sub9' | 'sub10' | 'source_id' | 'country' | 'account_manager' | 'affiliate_manager' | 'status' | 'offer_url' | 'currency_id' | 'affiliate_tier' | 'adv1' | 'adv2' | 'adv3' | 'adv4' | 'adv5' | 'adv6' | 'adv7' | 'adv8' | 'adv9' | 'adv10' | 'browser' | 'carrier' | 'city' | 'coupon_code' | 'dma' | 'date' | 'hourly' | 'device_brand' | 'device_type' | 'hour' | 'isp' | 'language' | 'month' | 'os_version' | 'payout_amount' | 'payout_type' | 'platform' | 'project_id' | 'referrer' | 'region' | 'revenue_amount' | 'revenue_type' | 'week' | 'conversion_id' | 'order_id' | 'tracking_domain' | 'offer_payout_revenue_id' | 'country_code' | 'advertiser_billing_frequency' | 'error_code'
      - `filter_id_value` string
    - `search_terms` object[] — Text search terms to match conversion data.
      - `search_type` 'transaction_id' | 'sub_1' | 'sub_2' | 'sub_3' | 'sub_4' | 'sub_5' | 'adv_1' | 'adv_2' | 'adv_3' | 'adv_4' | 'adv_5' | 'source_id' | 'user_ip' | 'user_agent' | 'order_id' | 'country' | 'region' | 'city' | 'status' | 'is_scrub' | 'email' | 'coupon_code' | 'event_name'
      - `value` string

## Response `200`

File download. Content-Type is `text/csv` or `application/json` depending on the requested format.

---

[API](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
