Reporting
Available commands:cloudx report dashboardfor summary and daily metricscloudx report biddersfor bidder performancecloudx report appsfor app performancecloudx report ad-unitsfor ad unit performancecloudx report exportfor CSV or JSON export
Shared Flags
The reporting commands share a common set of flags.| Flag | Required | Description |
|---|---|---|
--period | No | Time range. Defaults to today. Supports today, yesterday, last_7d, last_30d, YYYY-MM-DD, or YYYY-MM-DD..YYYY-MM-DD. |
--test-mode | No | Test filter. Allowed values: production, test, all. Default: production. |
--app | No | App bundle filter. Only supported by report ad-units. |
--ad-unit-type | No | Ad unit type filter. Only supported by report ad-units. Allowed values: BANNER, INTERSTITIAL, REWARDED, MREC, NATIVE. |
--country | No | ISO-2 country code, for example US or GB. |
--device-os | No | Device platform filter. Allowed values: iOS, Android. |
--json | No | Emit structured JSON instead of human-readable output. |
Flag Support By Command
| Flag | Dashboard | Bidders | Apps | Ad Units | Export |
|---|---|---|---|---|---|
--period | ✅ | ✅ | ✅ | ✅ | ✅ |
--test-mode | ✅ | ✅ | ✅ | ✅ | ❌ |
--app | ❌ | ❌ | ❌ | ✅ | ❌ |
--ad-unit-type | ❌ | ❌ | ❌ | ✅ | ❌ |
--country | ✅ | ✅ | ✅ | ✅ | ✅ |
--device-os | ✅ | ✅ | ✅ | ✅ | ✅ |
--json | ✅ | ✅ | ✅ | ✅ | ✅ |
Period Values
Period parsing is UTC-based. If you omit--period, every reporting command uses today.
| Value | Meaning |
|---|---|
today | Current UTC day |
yesterday | Previous UTC day |
last_7d | Current UTC day plus the previous 6 days |
last_30d | Current UTC day plus the previous 29 days |
2026-04-01 | Single UTC day |
2026-04-01..2026-04-07 | Inclusive UTC date range |
- End date must not be earlier than start date.
--countrymust be a two-letter uppercase ISO-2 code after normalization.--device-osmust be exactlyiOSorAndroid.--test-modemust beproduction,test, orall.
Output Format
Human-Readable
Most commands print a metadata block first, then a table. Example metadata block:JSON
Pass--json to return structured JSON:
cloudx report dashboard
Shows summary metrics and daily chart rows.
Usage
Example
cloudx report bidders
Shows bidder-level performance for the selected time period.
Usage
Example
cloudx report apps
Shows app-level performance for the selected time period.
Usage
Example
cloudx report ad-units
Shows ad-unit-level performance for the selected time period.
Usage
--app and --ad-unit-type.
Example
cloudx report export
Exports report data in CSV format by default.
Usage
Example
JSON Output
With--json, the response includes:
columnsrowsrow_count