TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How does your app manage push notifications?

3 pointsby probeabout 5 years ago
How do you keep track of things like -<p>a) Push notification fatigue b) Lifecycle of push notification c) Push notification open rates d) etc.<p>Curious if any tools&#x2F;processes that have been tried, what worked&#x2F;didn&#x27;t work.

2 comments

gdeglinabout 5 years ago
I&#x27;m one of the founders of OneSignal. Here&#x27;s some of what we&#x27;ve seen our clients do for each of these:<p>a) Push notification fatigue<p>You should treat notifications as you do any other major product feature. This means seeking to experience the feature yourself as a user would, doing user research &amp; interviews, and instrumenting analytics around this.<p>In general, you should make sure that notifications are very useful to your recipient as often as possible. For notifications that make a vibration&#x2F;sound, aim for 50%+ of notifications to be very useful. For notifications that do not play a vibration or sound, 20% is a reasonable target.<p>b) Lifecycle of push notification<p>Tools like OneSignal help with this. We recommend setting up a well-thought-out series of automated messages, or scheduled messages, based on user interactions.<p>c) Push notification open rates<p>OneSignal and other tools provide this data. Keep in mind that open rates are just part of the picture -- users often open the app directly after receiving a notification. In OneSignal this is tracked as an &quot;Influenced Open&quot;. Furthermore, make sure you&#x27;re tracking CTR against notifications actually received by the device, not just notifications you send (Some notifications may have been &quot;sent&quot; to devices that are no longer active and won&#x27;t receive it).<p>Whether you use OneSignal or build notification support yourself, this is an important metric to instrument correctly and keep an eye on.
评论 #22791894 未加载
notlukeskyabout 5 years ago
I have turned off most push notifications as they have become spam in most cases.<p>There are solutions like clevertap that might solve some of those issues. I think having granular level approvals would help. I turned off most news apps notifications because they were spamming with tennis results and royal weddings etc... when in fact I would appreciate more relevant content to me that they could easily have seen from my consumption patterns within the apps like breaking tech news etc...