User Accounting
Get the product user accounting for the company associated with the deal.
Path parameters
group_id
deal_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
user_type
metric
freq
Allowed values:
Response
Successful Response
date
The date of the entry.
active_users
The number of active users in the period.
retained
The number of retained users from the last period in the current period.
new
The number of new users in the period.
resurrected
The number of resurrected users in the period.
churned
The number of churned users in the period.
cmgr3
3-month user count growth rate, for monthly frequency.
cmgr6
6-month user count growth rate, for monthly frequency.
cmgr12
12-month user count growth rate, for monthly frequency.
cqgr1
1-quarter user count growth rate, for quarterly frequency.
cqgr2
2-quarter user count growth rate, for quarterly frequency.
cqgr4
4-quarter user count growth rate, for quarterly frequency.
logo_retention
The logo retention rate, defined as retained / active over last period.
quick_ratio
The quick ratio, defined as (resurrected + new) / churned.