User Accounting

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

Authentication

AuthorizationBearer

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

Path parameters

group_idintegerRequired
deal_idintegerRequired

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 nullOptional
The number of retained users from the last period in the current period.
newinteger or nullOptional
The number of new users in the period.
resurrectedinteger or nullOptional
The number of resurrected users in the period.
churnedinteger or nullOptional
The number of churned users in the period.
cmgr3double or nullOptional

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

cmgr6double or nullOptional

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

cmgr12double or nullOptional

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

cqgr1double or nullOptional

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

cqgr2double or nullOptional

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

cqgr4double or nullOptional

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

logo_retentiondouble or nullOptional

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

quick_ratiodouble or nullOptional

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

Errors

422
Unprocessable Entity Error