Skip to content

Instantly share code, notes, and snippets.

@reindert-vetter
Last active July 20, 2022 11:56
Show Gist options
  • Save reindert-vetter/07aae69af9ec582c273efb5a886e0469 to your computer and use it in GitHub Desktop.
Save reindert-vetter/07aae69af9ec582c273efb5a886e0469 to your computer and use it in GitHub Desktop.
Retention response /v2/statistics/retention?from=2020-01&until=2020-04
[
{
"cohort": "2020-01",
"after": 0,
"count": 100,
"rate": "100.0",
"mutation_rate": null
},
{
"cohort": "2020-01",
"after": 1,
"count": 50,
"rate": "50.0",
"mutation_rate": "50.0"
},
{
"cohort": "2020-01",
"after": 2,
"count": 20,
"rate": "20.0",
"mutation_rate": "60.0"
},
{
"cohort": "2020-02",
"after": 0,
"count": 1,
"rate": "100.0",
"mutation_rate": null
},
{
"cohort": "2020-02",
"after": 1,
"count": 0,
"rate": "0.0",
"mutation_rate": "100.0"
},
{
"cohort": "2020-03",
"after": 0,
"count": 1,
"rate": "100.0",
"mutation_rate": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment