Cohort Analysis

GET {{baseUrl}}/analytics/cohort-analysis?granularity=week

Request Params

KeyDatatypeRequiredDescription
granularitystring

RESPONSES

status: OK

{"success":true,"payload":[{"cohort_size":5,"retention":[1,0.6,0,0,0,0,0],"cohort_start":"2021-07-15T00:00:00.000Z"},{"cohort_size":6,"retention":[1,0,0,0.16666666666666666,0,0],"cohort_start":"2021-07-16T00:00:00.000Z"},{"cohort_size":1,"retention":[1,1,1,1,1],"cohort_start":"2021-07-17T00:00:00.000Z"},{"cohort_size":0,"retention":[0,0,0,0],"cohort_start":"2021-07-18T00:00:00.000Z"},{"cohort_size":0,"retention":[0,0,0],"cohort_start":"2021-07-19T00:00:00.000Z"},{"cohort_size":0,"retention":[0,0],"cohort_start":"2021-07-20T00:00:00.000Z"},{"cohort_size":5,"retention":[1],"cohort_start":"2021-07-21T00:00:00.000Z"}]}