Growth Accounting

Get the product growth accounting for the company associated with the deal.

Path parameters

group_idintegerRequired
deal_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

user_typeenumRequired
metricstringRequired
freqenumOptional
Allowed values:

Response

Successful Response
datestring
The date of the entry.
amountdouble
The amount, such as revenue or gtv, in the period.
retaineddouble or null
The retained amount from the last period in the current period.
newdouble or null
The number of new users in the period.
resurrecteddouble or null
The number of resurrected users in the period.
expansiondouble or null
The amount of expansion in the period.
contractiondouble or null
The amount of contraction in the period.
churneddouble or null
The number of churned users in the period.
cmgr3double or null

3-month amount growth rate, for monthly frequency.

cmgr6double or null

6-month amount growth rate, for monthly frequency.

cmgr12double or null

12-month amount growth rate, for monthly frequency.

cqgr1double or null

1-quarter amount growth rate, for quarterly frequency.

cqgr2double or null

2-quarter amount growth rate, for quarterly frequency.

cqgr4double or null

4-quarter amount growth rate, for quarterly frequency.

quick_ratiodouble or null

The quick ratio, defined as (new + resurrected + expansion) / (churned + contraction).

gross_retentiondouble or null

The gross retention rate, defined as retained / last period amount.

net_churndouble or null

The net churn rate, defined as -(resurrected + expansion - churned - contraction) / last period amount. This is also known as 1 - net dollar retention. Negative values indicate net-expansion.

lifetime_quick_ratiodouble or null
The lifetime quick ratio, integrated over all time.
lifetime_gross_retentiondouble or null
The lifetime gross retention rate, integrated over all time.
lifetime_net_churndouble or null

The lifetime net churn rate, integrated over all time. This is also known as 1 - lifetime net dollar retention. Negative values indicate net-expansion.

Errors