Returns lifetime-value curves for cohorts in the requested range. series
is a list of time-indexed revenue (or ARPU / ARPPU) points; segment +
segments let you split the curve by an attribute.
Documentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Cohort-range start (Unix timestamp, seconds). Defaults to now - 90 days.
Cohort-range end (Unix timestamp, seconds). Defaults to the current time.
by_days, by_renewals 0, 1 Optional attribute to split the LTV curve into per-value series.
Allowed values come from GET /v4/analytics/ltv/meta (segmentations[].code).
gross, net ISO 4217 currency code. Defaults to USD.
^[A-Z]{3}$Attribute-scoped filter. Allowed attribute codes come from GET /v4/analytics/ltv/meta (filter_conditions[].attribute).
LTV curves.
analytics_ltv by_days, by_renewals Total users in the selected cohort range.
Subset of cohort_users that made at least one paid transaction.
gross, net usd Segmentation attribute used, if any.
Per-segmentation-value series breakdown. Empty when segment is null.