Hi, my organization has the Accounts Add-on feature, which we use to track “license” level behavior in our B2B product. So, we track individual user behavior, but also associate users with a higher-level license, which we define as a “group type”. For simplicity, we can assume most users are associated with 1 and only 1 license group.
We want to track not only DAU/MAU, but also DAU and MAU per license. So, something like the UNIQUES(A) formula that calculates MAU in an event segmentation chart, modified to something like UNIQUES(users) / COUNT DISTINCT(license groups).
Any ideas on how to accomplish this? Thanks!