---
title: "Export Aggregated Reporting Data"
method: POST
path: "/networks/reporting/entity/table/export"
tags: ["Reporting Exports"]
---

# Export Aggregated Reporting Data

`POST /networks/reporting/entity/table/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. See `/meta/timezones` for supported values.
  - `currency_id` string, required — Currency code for monetary values. Currently only `USD` is supported.
  - `columns` object[], required — Columns to group/pivot data by. Same column options as the entity table endpoint.
    - `column` 'unix_timestamp' | 'offer' | 'offer_group' | 'affiliate' | 'advertiser' | 'creative' | 'category' | 'affiliate_manager' | 'account_manager' | 'country' | 'carrier' | 'platform' | 'os_version' | 'device_type' | 'browser' | 'device_make' | 'language' | 'sub1' | 'sub2' | 'sub3' | 'sub4' | 'sub5' | 'sub6' | 'sub7' | 'sub8' | 'sub9' | 'sub10' | 'event_name' | 'region' | 'city' | 'dma' | 'connection_type' | 'campaign' | 'source_id' | 'hour' | 'date' | 'week' | 'month' | 'year' | 'offer_url' | 'device_model' | 'project_id' | 'referer' | 'offer_id' | 'offer_group_id' | 'affiliate_id' | 'advertiser_id' | 'campaign_id' | 'creative_id' | 'payout_type' | 'payout_amount' | 'revenue_type' | 'revenue_amount' | 'currency' | 'sales_manager' | 'account_executive' | 'derived_affiliate_manager' | 'derived_account_manager' | 'derived_sales_manager' | 'derived_project_id' | 'derived_account_executive' | 'isp' | 'adv1' | 'adv2' | 'adv3' | 'adv4' | 'adv5' | 'adv6' | 'adv7' | 'adv8' | 'adv9' | 'adv10' | 'offer_status' | 'hourly' | 'originating_offer' | 'is_proxy' | 'affiliate_status' | 'coupon_code' | 'advertiser_campaign_name' | 'app_identifier' | 'bundle_id' | 'meta_platform' | 'score_rating' | 'total_rating' | 'size' | 'developer' | 'version' | 'advertiser_event_name' | 'tracking_domain' | 'postal_code' | 'order_id' | 'attribution_method' | 'custom_payout_revenue' | 'custom_payout_revenue_id' | 'country_code' | 'day_of_week' | 'transaction_id' | 'derived_referred_by', required — The dimension to group by. See the [Get Aggregated Reporting Data](/api-reference/post-networksreportingentitytable) endpoint for the full list of supported columns.
  - `format` 'csv' | 'json', required — The file format for the export.
  - `metrics` string[] — Optional list of specific metric columns to include in the export. If omitted, all available metrics are included.
  - `usm_columns` string[] — Optional list of additional USM (user session metric) columns to include in the export.
  - `query` object — Query configuration with optional filters and exclusions. Same structure as the entity table endpoint.
    - `filters` object[] — Filters to narrow results.
      - `filter_id_value` string
      - `resource_type` 'offer' | 'offer_group' | 'affiliate' | 'advertiser' | 'creative' | 'network' | 'account_manager' | 'affiliate_manager' | 'category' | 'billing_frequency' | 'country' | 'region' | 'city' | 'dma' | 'carrier' | 'device_platform' | 'device_type' | 'device_make' | 'browser' | 's1' | 's2' | 's3' | 's4' | 's5' | 'event_name' | 'language' | 'connection_type' | 'campaign' | 'source_id' | 'transaction_id' | 'error_code' | 'offer_url' | 'device_model' | 'business_unit' | 'label' | 'sales_manager' | 'account_executive' | 'everflow_account_manager' | 'adv1' | 'adv2' | 'adv3' | 'adv4' | 'adv5' | 'adv6' | 'adv7' | 'adv8' | 'adv9' | 'adv10' | 'currency' | 'revenue_type' | 'revenue_amount' | 'payout_type' | 'payout_amount' | 'os_version' | 'project_id' | 'isp' | 'offer_status' | 'sub1' | 'sub2' | 'sub3' | 'sub4' | 'sub5' | 'sub6' | 'sub7' | 'sub8' | 'sub9' | 'sub10' | 'channel' | 'coupon_code' | 'affiliate_tier' | 'tracking_domain' | 'network_status' | 'partner_type' | 'country_code' | 'customer_billing_item_type' | 'advertiser_billing_frequency'
    - `exclusions` object[] — Exclusion filters. Same resource_type values as filters.
      - `filter_id_value` string
      - `resource_type` string

## Response `200`

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

---

[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)
