---
title: "Returns uplift analytics for the workflow version, using the most recent sample of data."
method: GET
path: "/applications/{application}/workflows/{workflow}/versions/{version}/analytics"
tags: ["reporting"]
---

# Returns uplift analytics for the workflow version, using the most recent sample of data.

`GET /applications/{application}/workflows/{workflow}/versions/{version}/analytics`

Returns uplift analytics for the workflow version

## Path parameters

- `application` string, required
- `workflow` string, required
- `version` number, required

## Response `200`

Most recent workflow version analytics.

- AnalyticsReportingResponseType — Contains the supported analytics metrics.
  - `RETENTION` AnalyticsMetricReport — Contains the values for a specific metric.
    - `type` 'RETENTION', required — Type of analytics metrics
    - `metricDate` string, required — Metrics reference date formated as 'yyyy-MM-dd'. E.g. if the date is '2018-02-10', the 7 day retention metric compares users entering the workflow in '2018-02-04' and being active on '2018-02-10'
    - `nDayAnalytics` MultiNDayAnalyticsMetricReport — Metric values per n day (e.g. 2-day retention, 7-day retention and so on)
      - `2` NDayAnalyticsMetricReport, required — Metric values of a specific start/ending measurement period
        - `day` number — The number of days that separate the start/ending measurements (e.g. 7 for 7 day retention)
        - `ratio` number — Ending measurement divided by starting mesurements. E.g. for 7 day retention it's the number of user that remain active in the 7th day divided by the number of uses that entered the workflow
        - `uplift` number — It is the ratio minus the ratio of the workflow version control group.
      - `7` NDayAnalyticsMetricReport — Metric values of a specific start/ending measurement period
        - `day` number — The number of days that separate the start/ending measurements (e.g. 7 for 7 day retention)
        - `ratio` number — Ending measurement divided by starting mesurements. E.g. for 7 day retention it's the number of user that remain active in the 7th day divided by the number of uses that entered the workflow
        - `uplift` number — It is the ratio minus the ratio of the workflow version control group.
      - `14` NDayAnalyticsMetricReport — Metric values of a specific start/ending measurement period
        - `day` number — The number of days that separate the start/ending measurements (e.g. 7 for 7 day retention)
        - `ratio` number — Ending measurement divided by starting mesurements. E.g. for 7 day retention it's the number of user that remain active in the 7th day divided by the number of uses that entered the workflow
        - `uplift` number — It is the ratio minus the ratio of the workflow version control group.
      - `30` NDayAnalyticsMetricReport — Metric values of a specific start/ending measurement period
        - `day` number — The number of days that separate the start/ending measurements (e.g. 7 for 7 day retention)
        - `ratio` number — Ending measurement divided by starting mesurements. E.g. for 7 day retention it's the number of user that remain active in the 7th day divided by the number of uses that entered the workflow
        - `uplift` number — It is the ratio minus the ratio of the workflow version control group.

## Other responses

- `404` — The reference workflow/version could not be found.

---

[API](https://skmtc.dev/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.dev/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
