Skip to main content
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. All requests use the base URL https://api.interchange.io/api/v2/buyer and a Authorization: Bearer $SCOPE3_API_KEY header.

Task Reference

Get reporting metrics

GET /reporting/metrics — hierarchical or time-series delivery metrics

Get event summary

GET /advertisers/:id/events/summary — hourly event counts by type

Reporting overview guide

The hierarchy, metrics, CSV export, and delivery flow

All reporting tasks

Per-operation reference