Hacker News new | ask | show | jobs
by onion2k 4537 days ago
Why not show the overlay when the user performs an action rather than after a delay? For example, displaying it when the user scrolls to the bottom of the page content. Or half way through but display it in a way that doesn't interrupt reading (as a fly-out from the right hand side perhaps)?

The optimal time to display something like that is when the user is engaged, interested and open to receiving more content from the site - not "after an arbitrary period of time".

1 comments

That is a good point. We tried that but were not convinced about whether we are able to capture's user intention only via scroll tracking since our pages have images and users tend to quickly scroll through to get a "feel" of the content.

The post details how to show overlay at a more effective time. Intent is to use time spent on page as a proxy for user engagement since scroller tracking was not so effective.