The Cohort API provides data which is available on the Cohort Analysis view on the justtrack dashboard.
Metric | About |
---|---|
For cohort purposes you need only one request to feed your tables and graphs.
curl -H X-API-Key: <API_KEY> https://api.justtrack.io/reporting/v1/cohort
General request to the Cohort API should look like:
The unit for the values. Can be $ or %, depending on the metric.
A Row with an average value for all days.
List of objects, where each entry represents data for the specific table row. The Key is the date on which the installation of the app has happened.
Name | Type | Description |
---|---|---|
Field | Value | |
---|---|---|
retentionRate
Number of active users divided by number of installs
monetizationAdImpressions
Number of successful ad impressions
monetizationAdImpressionsBanner
Number of successful ad impressions with banner type
monetizationAdImpressionsInterstitial
Number of successful ad impressions with interstitial type
monetizationAdImpressionsRewarded
Number of successful ad impressions with rewarded type
cumulative
bool
Set false for non-cumulative aggregation for each day.
Set true for cumulative aggregation (each day number will contain the result of the previous one).
interval
Interval object
The date range within the app installation happened.
filters
Filters object
Filters to limit requested data. Optional.
dx
[]int
For every selected dx the response will include one data point of the requested metric. For example, if you want to get metrics for the first 3 days (including install date), your dx
value has to be [0, 1, 2]
. You can request up to 90.
metric
string
Metric to calculate.
cohortSize
float
Amount of installs at the specific day.
values
[float]
List of floats, where each value corresponds to the requested day after the installation.