Reading your network reports

Every click and conversion lands in real time. Here's how to slice the data, read the columns, and export.

Updated 2026-06-09

Reports are where your network's activity shows up — clicks, conversions, revenue, payout, and margin, all read live from the edge's event store. You'll find them under Analyze → Reports.

The reports page showing a daily breakdown with clicks, conversions, revenue, payout, and margin
Analyze → Reports. Pick a report type and a grouping, set a date range, and the table updates. Export CSV is one click.

Pick what you're looking at

The row of tabs at the top selects the report type:

ReportShows
SummaryAggregated clicks → conversions → revenue → payout → margin.
Click detailEvery individual click, with its sub-IDs, geo, device, and result.
Conversion detailEvery conversion, with its transaction ID and the click it ties to.
Postbacks receivedInbound postbacks from advertisers (did the conversion fire?).
Postbacks sentOutbound postbacks to publishers (did we tell them?).

Group and filter

Below the report type, you control how the data is sliced:

    • Granularity — Daily is the default. The table shows one row per day in your range.
    • Group by — break the numbers out By publisher, By campaign, By advertiser, By geo, or by sub-IDs. This is how you answer "which publisher is actually converting?".
    • Date range — pick a start and end date, then click Apply. The page notes the timezone the day-boundaries respect.

Reading the columns

The Summary report's columns, left to right:

ColumnMeaning
ClicksTracked clicks the edge accepted.
ConversionsPostbacks confirmed against those clicks.
CVRConversion rate — conversions ÷ clicks.
RevenueWhat the advertiser owes you.
PayoutWhat you owe the publisher.
MarginRevenue − payout. This is your take. Green is positive, red is negative.

A negative margin (shown in red) means you're paying publishers more than the advertiser is paying you on that slice. That's normal while testing — but on live traffic it's the first number to watch.

Export

Click Export CSV to download exactly the rows and columns currently shown — same report type, grouping, and date range. Use it for invoicing, board decks, or pulling into a spreadsheet.

Why your numbers update instantly

Reports read from ClickHouse, the edge's event store, not from the panel database. Every click and conversion is queryable within about 50ms of happening — there's no nightly aggregation job and no sample rate. What you see is the whole truth, live.

If a conversion isn't showing, check Postbacks received first. If the inbound postback never arrived, the advertiser isn't firing it (or is firing it with the wrong transaction-ID macro) — the issue is upstream of your reports, not in them.