Skip to main content
GET
/
analytics
/
ltv
/
meta
Get LTV analytics metadata
curl --request GET \
  --url https://api.qonversion.io/v4/analytics/ltv/meta \
  --header 'Authorization: Bearer <token>'
{
  "object": "analytics_ltv_meta",
  "url": "/v4/analytics/ltv/meta",
  "modes": [
    {
      "code": "by_days",
      "label": "By Days"
    },
    {
      "code": "by_renewals",
      "label": "By Renewals"
    }
  ],
  "segmentations": [
    {
      "code": "target_platform",
      "label": "Store"
    },
    {
      "code": "product_id",
      "label": "Product"
    },
    {
      "code": "country",
      "label": "Country"
    },
    {
      "code": "media_source_name",
      "label": "Media Source"
    },
    {
      "code": "campaign_name",
      "label": "Campaign"
    }
  ],
  "filter_conditions": [
    {
      "attribute": "target_platform",
      "label": "Store",
      "persistent": true,
      "type": "list",
      "values": [
        {
          "code": "iOS",
          "label": "Apple App Store"
        },
        {
          "code": "Android",
          "label": "Google Play"
        },
        {
          "code": "Stripe",
          "label": "Stripe"
        }
      ]
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

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.

Query Parameters

from
integer<int64>
to
integer<int64>
environment
enum<integer>
default:1
Available options:
0,
1

Response

LTV metadata.

object
enum<string>
required
Available options:
analytics_ltv_meta
url
string
required
modes
object[]
required
segmentations
object[]
required
filter_conditions
object[]
required