---
title: "Organization analytics"
method: GET
path: "/organization/analytics"
tags: ["Analytics"]
---

# Organization analytics

`GET /organization/analytics`

Retrieves analytics for all projects within an organization

## Query parameters

- `aggregation` 'all' | 'hour' | 'day' | 'week' | 'month' | 'year'
- `time_range[start]` string
- `time_range[end]` string
- `metrics[]` string[]
- `media_variants[]` string[]
- `media_formats[]` string[]
- `access_tiers[]` string[]

## Response `200`

OK

- object[]
  - `start` string, date-time — The start date of the aggregation period (ISO 8601).
  - `player_impressions` object
    - `total` integer — Total player loads in the period
    - `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 in the period
    - `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
  - `listen_rate` object
    - `total` number — Proportion of impressions that resulted in a play (0.0–1.0)
    - `desktop` number — Desktop listen rate (0.0–1.0)
    - `tablet` number — Tablet listen rate (0.0–1.0)
    - `mobile_web` number — Mobile web listen rate (0.0–1.0)
    - `ios` number — iOS listen rate (0.0–1.0)
    - `android` number — Android listen rate (0.0–1.0)
  - `unique_listeners` object
    - `total` integer — Approximate unique browser profiles per domain counted once per period (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
    - `desktop` integer — Approximate unique browser profiles per domain on desktop devices (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
    - `tablet` integer — Approximate unique browser profiles per domain on tablet devices (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
    - `mobile_web` integer — Approximate unique browser profiles per domain on mobile web (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
    - `ios` integer — Approximate unique browser profiles per domain on iOS devices (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
    - `android` integer — Approximate unique browser profiles per domain on Android devices (HyperLogLog). This is not a unique person count, and users who opt out of analytics storage are excluded entirely.
  - `avg_listen_time` object
    - `total` integer — Average play time per session in seconds (audio or video). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `desktop` integer — Average play time on desktop in seconds. This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `tablet` integer — Average play time on tablets in seconds. This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `mobile_web` integer — Average play time on mobile web in seconds. This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `ios` integer — Average play time on iOS in seconds. This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `android` integer — Average play time on Android in seconds. This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
  - `avg_listen_duration` object
    - `total` number — Average percentage of the item consumed (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `desktop` number — Desktop consumption percentage (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `tablet` number — Tablet consumption percentage (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `mobile_web` number — Mobile web consumption percentage (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `ios` number — iOS consumption percentage (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
    - `android` number — Android consumption percentage (0-100). This metric may be understated when play progress is stored as every 10% milestone event per session instead of only a final event.
  - `listen_time` object
    - `total` integer — Total play time in milliseconds (audio or video)
    - `desktop` integer — Total play time on desktop (ms)
    - `tablet` integer — Total play time on tablets (ms)
    - `mobile_web` integer — Total play time on mobile web (ms)
    - `ios` integer — Total play time on iOS (ms)
    - `android` integer — Total play time on Android (ms)
  - `listener_retention` object
    - `total` integer[] — Retention curve as an array of percentages (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)
