-
-
Notifications
You must be signed in to change notification settings - Fork 35
Retention: Incentivize opening the app #724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Possible events to put into feed:
|
Okay, the feed's been merged. It's kind of mid. What it's lacking is:
There's also the problem that triggering a feed update will cause you to get many messages. It's still too early to say if that helps or hinders user retention. I'm keeping an eye on it. Maybe the number of messages users receive can be tuned by randomly sampling feed updates with a probably that decreases with an increase in the number of messages received (in the recent past). Edit: This was mostly solved by duolicious/duolicious-backend#720 Another thing: Even if the feed contains very recently active users, it doesn't feel like they were very recently active unless they're online right this moment. I think there needs to an extra online status which shows if users were online in the past day. |
Once #750 is merged, notifications can be sent to users to nudge them to use the app (duolicious/duolicious-backend#694). Notifications should be timed when users are most active. This is around 7PM to 10PM, their time. Weekends are busier. Though I think it'd be better to use a notification schedule whose frequency decreases with account age. So a user whose account is 1 day old might get a nudge every day. A user whose account is 2 days old might get a nudge every second day or so. The rationale is that new users are still getting into the habit of using the app, but we also don't want to annoy them by nudging them every day continuously. The nudge frequency should probably max-out (min-out?) at some point. We probably don't want to nudge them less frequently than every 7 days, but some experimentation is needed. I imagine 3 days could be the sweet spot. |
It would be good to filter the feed by criteria. As a user, I might be interested by a sunset of users, and might not like seeing updated from users I don't want to match with. |
@teolemon agree, but only once Duolicious has about 10x more users, otherwise the feel will be very quiet |
Uh oh!
There was an error while loading. Please reload this page.
Context/motivation:
What we're roughly trying to do is increase retention. Of course, there's good and bad churn. So, more specifically, we want to increase retention as a result of users having a good experience, rather than as a result of not finding a partner.
Potential ways to incentivize opening the app:
It's instructive to see how other apps incentivize retention. Outside the dating app market:
Within the dating app market:
The first implementation of this should be something quick to write. If it really does improve retention, we can develop the implementation further.
Related:
The text was updated successfully, but these errors were encountered: