Exporting Report Data

How to download your site's revenue data as CSV — file format, column definitions for the daily series and demand source breakdown, and known limitations.

The revenue report for each site includes a CSV export button that downloads all data for the selected date range as a spreadsheet-compatible file. This article describes the export format, how to use the data, and any limitations.

How to export

  1. Open a site's reporting page (Dashboard → [site name] → Reporting).
  2. Set your desired date range using the preset buttons or the custom date picker.
  3. Click the Export CSV button in the top-right corner of the report.

The file downloads immediately — there is no email or delayed job. The filename is formatted as {domain}-advlume-report-{from}-to-{to}.csv.

File format

The CSV is UTF-8 encoded with standard comma delimiters. It contains two sections separated by an empty row.

Section 1: Daily series

ColumnDescription
dateCalendar date (YYYY-MM-DD)
impressionsTotal ad impressions on that day
revenue_usdGross revenue in USD (6 decimal places)
ecpm_usdEffective CPM for that day, or blank if zero impressions

Every calendar day in the selected range appears as a row, including days with zero impressions.

Section 2: Demand sources

After an empty row and a # demand_sources comment line:

ColumnDescription
channel_keyInternal channel identifier (e.g. google_ad_manager, magnite)
labelHuman-readable channel name
revenue_usdTotal revenue for this channel in the period
impressionsTotal impressions for this channel
share_of_revenue_pctPercentage of total revenue attributable to this channel
ecpm_usdEffective CPM for this channel, or blank if zero impressions

Channels are sorted by revenue descending.

Limitations

  • Today's data is an estimate. Any rows for today contain Prebid intraday estimates, not finalised GAM figures. These are updated the next morning.
  • One site at a time. The export covers a single site for the selected range. To combine data across multiple sites, download each separately and merge in your spreadsheet tool.
  • Channel data may be incomplete for old dates. Channel-level breakdown data is sourced from the edge database, which retains Prebid win history. Very old periods may show zero channel data even if total revenue is non-zero.

Further reading

Last updated 2 months ago