> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Reporting

> Read delivery metrics and hourly event counts for advertisers and campaigns

Reporting endpoints return delivery numbers — impressions, spend, clicks, conversions, and derived rates — rolled up across the **advertiser → campaign → media buy → package** tree, plus hourly counts for events tracked through your own pixel or event sources.

`GET /reporting/metrics` is the single, day-grain endpoint for delivery rollups and CSV exports. `GET /advertisers/{advertiserId}/events/summary` is the hour-grain endpoint for raw event counts. For the full model — the hierarchy, available metrics, CSV export, and how delivery data lands in the reporting pipeline — see the [Reporting overview guide](/v2/guides/reporting-overview).

All requests use the base URL `https://api.interchange.io/api/v2/buyer` and a `Authorization: Bearer $SCOPE3_API_KEY` header.

## Task Reference

<CardGroup cols={2}>
  <Card title="Get reporting metrics" href="/v2/buyer/reporting/tasks/get-reporting-metrics" icon="chart-line">
    `GET /reporting/metrics` — hierarchical or time-series delivery metrics
  </Card>

  <Card title="Get event summary" href="/v2/buyer/reporting/tasks/get-event-summary" icon="clock">
    `GET /advertisers/:id/events/summary` — hourly event counts by type
  </Card>

  <Card title="Reporting overview guide" href="/v2/guides/reporting-overview" icon="book">
    The hierarchy, metrics, CSV export, and delivery flow
  </Card>

  <Card title="All reporting tasks" href="/v2/buyer/reporting/tasks" icon="list-check">
    Per-operation reference
  </Card>
</CardGroup>
