v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Analytics

Get LTV trial-conversion analytics data

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.

get/analytics/ltv/trial-conversion

Query parameters

cohort_frominteger

Cohort-range start (Unix timestamp, seconds). Defaults to now - 90 days.

cohort_tointeger
mode'by_days' | 'by_renewals'
environment0 | 1
segmentstring
revenue_type'gross' | 'net'
currencystring
filter[<attribute>][]string[]

Response

Trial→paid conversion summary.

object'analytics_ltv_trial_conversion' required
urlstring required
trials_startedinteger required

Number of trials started in the cohort range.

trials_convertedinteger required

Subset of trials_started that became paid.

conversion_ratenumber double required

Decimal fraction — multiply by 100 for a percentage.