Choozle · Schema
ReportRow
One day of performance for one ad group, as returned by GET /api/reports. Fields transcribed from the apiDoc success example at https://app.choozle.com/apidoc/api_data.json.
Digital AdvertisingProgrammatic AdvertisingDSPAdvertising ReportingCampaign ReportingDisplay AdvertisingConnected TVCTVVideo AdvertisingNative AdvertisingDigital Out Of HomeReportingReal-Time BiddingRTBAdTech
Properties
| Name | Type | Description |
|---|---|---|
| date | string | |
| account_id | string | |
| account_name | string | |
| campaign_id | string | |
| campaign_name | string | |
| ad_group_id | string | |
| ad_group_name | string | |
| advertiser_cost | number | |
| impressions_won | integer | |
| win | number | |
| cpm | number | |
| cpc | number | |
| ctr | number | |
| cpa | number | |
| clicks | integer | |
| impressions_bid_on | integer | |
| conversions | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/choozle/main/json-schema/report-row.json",
"title": "ReportRow",
"description": "One day of performance for one ad group, as returned by GET /api/reports. Fields transcribed from the apiDoc success example at https://app.choozle.com/apidoc/api_data.json.",
"type": "object",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"account_id": {
"type": "string"
},
"account_name": {
"type": "string"
},
"campaign_id": {
"type": "string"
},
"campaign_name": {
"type": "string"
},
"ad_group_id": {
"type": "string"
},
"ad_group_name": {
"type": "string"
},
"advertiser_cost": {
"type": "number"
},
"impressions_won": {
"type": "integer",
"minimum": 0
},
"win": {
"type": "number"
},
"cpm": {
"type": "number"
},
"cpc": {
"type": "number"
},
"ctr": {
"type": "number"
},
"cpa": {
"type": "number"
},
"clicks": {
"type": "integer",
"minimum": 0
},
"impressions_bid_on": {
"type": "integer",
"minimum": 0
},
"conversions": {
"type": "integer",
"minimum": 0
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/report-row"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.