Growth Accounting

GET

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

Path parameters

group_idintegerRequired
deal_idintegerRequired

Query parameters

user_typeenumRequired
metricstringRequired
freqenumOptional
Allowed values: MQA

Response

Successful Response

datestring

The date of the entry.

amountdouble

The amount, such as revenue or gtv, in the period.

retaineddoubleOptional

The retained amount from the last period in the current period.

newdoubleOptional

The number of new users in the period.

resurrecteddoubleOptional

The number of resurrected users in the period.

expansiondoubleOptional

The amount of expansion in the period.

contractiondoubleOptional

The amount of contraction in the period.

churneddoubleOptional

The number of churned users in the period.

cmgr3doubleOptional

3-month amount growth rate, for monthly frequency.

cmgr6doubleOptional

6-month amount growth rate, for monthly frequency.

cmgr12doubleOptional

12-month amount growth rate, for monthly frequency.

cqgr1doubleOptional

1-quarter amount growth rate, for quarterly frequency.

cqgr2doubleOptional

2-quarter amount growth rate, for quarterly frequency.

cqgr4doubleOptional

4-quarter amount growth rate, for quarterly frequency.

quick_ratiodoubleOptional

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

gross_retentiondoubleOptional

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

net_churndoubleOptional

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_ratiodoubleOptional

The lifetime quick ratio, integrated over all time.

lifetime_gross_retentiondoubleOptional

The lifetime gross retention rate, integrated over all time.

lifetime_net_churndoubleOptional

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

Built with