Documentation Index
Fetch the complete documentation index at: https://docs.addressable.tv/llms.txt
Use this file to discover all available pages before exploring further.
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 |
clientAgency | string | Agency of Record (AOR) for the campaign 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.

