---
title: "Ads analytics"
method: GET
path: "/projects/{project_id}/ads/analytics"
tags: ["Analytics"]
---

# Ads analytics

`GET /projects/{project_id}/ads/analytics`

Retrieve analytics overview for all ads in a project.

## Query parameters

- `metrics[]` string[]
- `media_variants[]` string[]
- `media_formats[]` string[]
- `time_range[start]` string
- `time_range[end]` string
- `pagination[limit]` integer
- `pagination[offset]` integer
- `order[by]` 'listens'
- `order[dir]` 'asc' | 'desc'
- `access_tiers[]` string[]
- `filter[title]` string
- `filter[ids][]` integer[]

## Response `200`

OK

- AnalyticsCampaignModel[]
  - `id` integer — Ad identifier
  - `title` integer — Ad title (internal identifier)
  - `player_impressions` object
    - `total` integer — Total player loads associated with the ad
    - `desktop` integer — Player loads on desktop devices
    - `tablet` integer — Player loads on tablets
    - `mobile_web` integer — Player loads on mobile web
    - `ios` integer — Player loads on iOS devices
    - `android` integer — Player loads on Android devices
  - `listens` object
    - `total` integer — Total plays associated with the ad
    - `desktop` integer — Plays on desktop devices
    - `tablet` integer — Plays on tablets
    - `mobile_web` integer — Plays on mobile web
    - `ios` integer — Plays on iOS devices
    - `android` integer — Plays on Android devices
  - `completions` object
    - `total` integer — Completed plays (reached end) associated with the ad
    - `desktop` integer
    - `tablet` integer
    - `mobile_web` integer
    - `ios` integer
    - `android` integer
  - `completion_rate` object
    - `total` integer — Completion rate as a percentage (0–100)
    - `desktop` integer
    - `tablet` integer
    - `mobile_web` integer
    - `ios` integer
    - `android` integer
  - `clicks` object
    - `total` integer — Total ad click-throughs
    - `desktop` integer
    - `tablet` integer
    - `mobile_web` integer
    - `ios` integer
    - `android` integer
  - `click_rate` object
    - `total` integer — Click-through rate as a percentage (0–100)
    - `desktop` integer
    - `tablet` integer
    - `mobile_web` integer
    - `ios` integer
    - `android` integer

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
