Exports aggregated reporting data in the specified format (CSV or JSON). Accepts the same parameters as the Get Aggregated Reporting Data endpoint with additional format, metrics, and usm_columns fields.
The response is a file download with the appropriate Content-Type and Content-Disposition headers set.
The Everflow API key generated from the Control Center > Security.
Start date (format: YYYY-MM-DD or YYYY-MM-DD HH:mm:SS).
End date (format: YYYY-MM-DD or YYYY-MM-DD HH:mm:SS).
Timezone identifier for the date range. See /meta/timezones for supported values.
Currency code for monetary values. Currently only USD is supported.
Columns to group/pivot data by. Same column options as the entity table endpoint.
The file format for the export.
csv, json Optional list of specific metric columns to include in the export. If omitted, all available metrics are included.
impression, total_click, gross_click, unique_click, invalid_click, duplicate_click, ctr, cv, invalid_cv_scrub, view_through_cv, total_cv, event, cvr, evr, cpc, cpa, epc, rpc, rpa, cpm, rpm, payout, revenue, event_revenue, gross_sales, profit, margin, roas, gross_sales_vt, event_vt, redirect_traffic_revenue, avg_sale_value, gross_sales_cv, gross_sales_event, cost, media_buying_cost Optional list of additional USM (user session metric) columns to include in the export.
Query configuration with optional filters and exclusions. Same structure as the entity table endpoint.
File download. Content-Type is text/csv or application/json depending on the requested format. Content-Disposition header includes the filename.