Hello,
I am trying to build a custom lifecycle but got stuck; i want this definitions:
- New users per day, where "New" is defined as anyone visiting the site who hasn't yet done their 20th creation (i.e. it's not necessarily their first day and they may not even create anything today)
- Activation rate for new visitors (% of them that do their 20th creation today). I think this is slightly different to NURR, at least once we have some more buckets/segments (new users wouldn't go straight to "current" on their 20th creation, I think there would be some intermediate state where we're still conditioning them to have higher retention).
- Current users : users with atleast 20 creations
- Dormant Users - This seems to be very low. I want to bucket all past users who have been inactive for >1 month in here. I'm not sure if that's necessary but if it is, there would be millions of users falling into this bucket.
a creation is a defined even from :
“
submit_create_form
This is fired once when a user submits the create form, regardless of how many creations they made. E.g. if they did a bulk create that results in 20 different creations, this event will fire only once. It does have a property describing how many creations were created, but importantly, it will fire only once.
“