Skip to main content

Video Ads Detailed Metrics

Video Ads detailed metrics per day.

Request
  • Method: GET
  • Endpoint: {{base_url}}/revenue/video-ads-detailed-metrics
Query parameters
Name
Type
Description
app_idRequired
string

The app ID you want to query.

days_backRequired
string

The timeframe for which the statistics are fetched.

Allowed values: Last 30 Days, Last 90 Days, Last 180 Days, Last 365 Days
ad_sizeRequired
string

The size of the ad you want to query. Use All Sizes for all the ad sizes.

country_nameRequired
string

Name of a specific country. Use All Countries for the entire world. Country names must start with a capital letter. Spaces are allowed (e.g. United States).

window_nameRequired
string

Query by window name in the application. Use All Windows to retrieve all the windows.

Additional parameters
Name
In
Type
Description
Authorization
header
N/A
Response
200

Video Ads Detailed Metrics

FieldType
rows.fill_ratenumber
rows.sum_daily_video_gross_revenuenumber
rows.completion_ratenumber
rows.net_cpmnumber
rows.updated_atstring
rows.sum_impressionsinteger
rows.ad_sizestring
rows.sum_inventoryinteger
rows.revenue_datestring
rows.country_namestring
rows.window_namestring
rows.sum_daily_video_net_revenuenumber
columns.friendly_namestring
columns.typestring
columns.namestring
Request
{{base_url}}/revenue/video-ads-detailed-metrics?app_id=%7B%7Bapp_id%7D%7D&days_back=Last%2030%20Days&ad_size=All%20Sizes&country_name=All%20Countries&window_name=All%20Windows
Response
{
  "rows": [
    {
      "fill_rate": "number",
      "sum_daily_video_gross_revenue": "number",
      "completion_rate": "number",
      "net_cpm": "number",
      "updated_at": "style",
      "sum_impressions": "integer",
      "ad_size": "string",
      "sum_inventory": "integer",
      "revenue_date": "date",
      "country_name": "string",
      "window_name": "string",
      "sum_daily_video_net_revenue": "number"
    }
  ],
  "columns": [
    {
      "friendly_name": "string",
      "type": "string",
      "name": "string"
    }
  ]
}