Example Request
Example API Usage
Here are examples of how to fetch Reach and Frequency data from the Addressable.tv API endpoint in different programming languages:Response Schema
The API returns an array of campaign-level Reach and Frequency records.Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
campaignId | number | Internal campaign ID |
campaignName | string | Campaign name |
status | string | Campaign status |
reach | number | Distinct users reached |
impressions | number | Total delivered impressions |
frequency | number | Average frequency (impressions / reach), rounded to 2 decimals |
clientCampaignId | string | Your campaign identifier when available |
Notes
- The report currently uses a rolling ~45-day lookback window.
- Frequency is derived from aggregated impressions and reach.
- If reach is
0, frequency is returned as0.

