---
title: "Get LTV trial-conversion analytics data"
method: GET
path: "/analytics/ltv/trial-conversion"
tags: ["Analytics"]
---

# Get LTV trial-conversion analytics data

`GET /analytics/ltv/trial-conversion`

Returns the trial→paid conversion rate for the requested cohort range — number of
trials started, number that converted, and the conversion rate as a decimal
(0.0–1.0). Accepts the same filter and `mode`/`revenue_type` shape as the LTV
chart endpoint.

## Query parameters

- `cohort_from` integer
- `cohort_to` integer
- `mode` 'by_days' | 'by_renewals'
- `environment` 0 | 1
- `segment` string
- `revenue_type` 'gross' | 'net'
- `currency` string
- `filter[<attribute>][]` string[]

## Response `200`

Trial→paid conversion summary.

- V4AnalyticsLtvTrialConversion
  - `object` 'analytics_ltv_trial_conversion', required
  - `url` string, required
  - `trials_started` integer, required — Number of trials started in the cohort range.
  - `trials_converted` integer, required — Subset of `trials_started` that became paid.
  - `conversion_rate` number, double, required — Decimal fraction — multiply by 100 for a percentage.

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Not found
- `429` — Too many requests
- `500` — Internal error
- `502` — Upstream service failure
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
