---
title: "report/ad-units"
method: GET
path: "/report/ad-units"
tags: ["Reporting"]
---

# report/ad-units

`GET /report/ad-units`

Fetch per-ad-unit performance for the requested time range. Requires the `reports:read` permission.

## Query parameters

- `start_time` integer, required
- `end_time` integer, required
- `test_mode` 'production' | 'test' | 'all'
- `app_bundle` string
- `ad_unit_type` 'BANNER' | 'INTERSTITIAL' | 'REWARDED' | 'MREC' | 'NATIVE'
- `country` string
- `device_os` 'iOS' | 'Android'
- `source` string

## Response `200`

Ad unit performance data.

- AdUnitsResponse
  - `ad_units` AdUnitPerformance[], required
    - `ad_unit_id` string, required
    - `name` string, required
    - `app_name` string, required
    - `app_bundle` string, required
    - `type` string, required
    - `revenue` number, double, required
    - `impressions` integer, required
    - `fill_rate` number, double, required
    - `ecpm` number, double, required
    - `source` string
    - `revenue_share` number, double

## Other responses

- `400` — Invalid request parameters.
- `401` — Unauthorized.
- `403` — Forbidden.
- `500` — Internal server error.

---

[API](https://skmtc.net/cloudx/apis/cloudx-api.md) · [All operations](https://skmtc.net/cloudx/apis/cloudx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudx/cloudx-api/versions/ad78aa79d28a/schema)
