Level 3 - Question 47
Question
Build an actor property that counts the number of active days a user has in the last trailing 1 month.
Take Note:
In questions 47, 48, 49, and 50 we’re going to look at New, Churned, Returned, and Retained users. This can be done by setting different time frames (1 month, 1 week, 1 day, whatever you like) that counts the number of active days they have had in that time period, meaning they at least generated one event.
Another way to look at retention is to count the number of active days a user has had in a certain time period and then using a histogram, determine the percentage of users that have x number of active days in that time period. It’s a great way to break down your whole user group and determine what expected retention or usage numbers you should see as an average with other queries. You can also dig deeper by segmenting users into different groups based on attributes like region, age, and purchase behavior and determine the number of active days they've had in a given time period.