Video Ads General Metrics
Opportunity: Chance to show an ad. Impressions: Ads displayed.
- Method: GET
- Endpoint:
{{base_url}}/revenue/video-ads-general-metrics
Name
Type
Description
app_idRequiredstring
The app ID you want to query.
days_backRequiredstring
The timeframe for which the statistics are fetched.
Allowed values:
Last 30 Days, Last 90 Days, Last 180 Days, Last 365 Dayswindow_nameRequiredstring
Query by window name in the application. Use All Windows to retrieve all the windows.
Name
In
Type
Description
Authorizationheader
N/A
200
Video Ads General Metrics
| Field | Type |
|---|---|
rows.completion_rate | number |
rows.updated_at | string |
rows.sum_impressions | integer |
rows.sum_inventory | integer |
rows.revenue_date | string |
rows.rpm | number |
rows.window_name | string |
columns.friendly_name | string |
columns.type | string |
columns.name | string |
Request
{{base_url}}/revenue/video-ads-general-metrics?app_id=%7B%7Bapp_id%7D%7D&days_back=Last%2030%20Days&window_name=All%20WindowsResponse
{
"rows": [
{
"completion_rate": "number",
"updated_at": "style",
"sum_impressions": "integer",
"sum_inventory": "integer",
"revenue_date": "date",
"rpm": "number",
"window_name": "string"
}
],
"columns": [
{
"friendly_name": "string",
"type": "string",
"name": "string"
}
]
}