User Accounting

Get the product user 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.
active_usersinteger
The number of active users in the period.
retainedinteger or null
The number of retained users from the last period in the current period.
newinteger or null
The number of new users in the period.
resurrectedinteger or null
The number of resurrected users in the period.
churnedinteger or null
The number of churned users in the period.
cmgr3double or null

3-month user count growth rate, for monthly frequency.

cmgr6double or null

6-month user count growth rate, for monthly frequency.

cmgr12double or null

12-month user count growth rate, for monthly frequency.

cqgr1double or null

1-quarter user count growth rate, for quarterly frequency.

cqgr2double or null

2-quarter user count growth rate, for quarterly frequency.

cqgr4double or null

4-quarter user count growth rate, for quarterly frequency.

logo_retentiondouble or null

The logo retention rate, defined as retained / active over last period.

quick_ratiodouble or null

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

Errors