Live data from Hacker News

No, I Don’t Want to Subscribe to Your Newsletter

python.sh

11–20 of 221 posts

Re: No, I Don’t Want to Subscribe to Your Newsletter

#11

Yes it's annoying but they work: "sticking a big ole pop-up in their face can be one of the most effective ways to jolt their attention & grab their email for a return visit." Peep Laja. https://conversionxl.com/popup-defense/?hvid=2EcGFw

I'm in the newsletter business (and don't use these modals out of principle) and the folks I chat to about it confirm the same - they work really well . But, I counter, so does spamming or making 10000s of automated phone calls.. and we've agreed those things are damaging and unethical - I agree with Dave, it's about time we as an industry considered full screen modals to be dirty and unwelcome.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

Re: No, I Don’t Want to Subscribe to Your Newsletter

#13
post #9

This is what happens when you mindlessly optimise for metrics like user signups - not surprisingly, you get more signups when you block the content with an obnoxious modal but after a few years, you wonder where all your users went. How much value do you really get from a user who was forced to sign up with a gun to their head?

this, people are too worried about the size of their list as opposed to actual engagement. If they don't open your emails they're just costing you money with your ESP.

If you have good content people will search hard for a way to get on your email list if necessary, i've done it before.

Re: No, I Don’t Want to Subscribe to Your Newsletter

#14

Earlier quoted context omitted.

I'm in the newsletter business (and don't use these modals out of principle) and the folks I chat to about it confirm the same - they work really well . But, I counter, so does spamming or making 10000s of automated phone calls.. and we've agreed those things are damaging and unethical - I agree with Dave, it's about time we as an industry considered full screen modals to be dirty and unwelcome.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

How would you go about detecting when a user is about to leave your site? Other than responding to a click on an external link? The two ways I typically leave a site are a) typing a URL into the address bar and b) closing a tab.

Re: No, I Don’t Want to Subscribe to Your Newsletter

#15

Yes it's annoying but they work: "sticking a big ole pop-up in their face can be one of the most effective ways to jolt their attention & grab their email for a return visit." Peep Laja. https://conversionxl.com/popup-defense/?hvid=2EcGFw

I'm in the newsletter business (and don't use these modals out of principle) and the folks I chat to about it confirm the same - they work really well . But, I counter, so does spamming or making 10000s of automated phone calls.. and we've agreed those things are damaging and unethical - I agree with Dave, it's about time we as an industry considered full screen modals to be dirty and unwelcome.

Thanks for Node Weekly - that email plus a daily listserv archive of a local tech group are the only two emails I always read when they show up in my inbox.

Re: No, I Don’t Want to Subscribe to Your Newsletter

#16

Earlier quoted context omitted.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

How would you go about detecting when a user is about to leave your site? Other than responding to a click on an external link? The two ways I typically leave a site are a) typing a URL into the address bar and b) closing a tab.

Most people move to the left and up ;-) (Basically to the back button). See: http://optinmonster.com/how-it-works/ (WARNING: POP-UP! Ha ha

Re: No, I Don’t Want to Subscribe to Your Newsletter

#17

Earlier quoted context omitted.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

How would you go about detecting when a user is about to leave your site? Other than responding to a click on an external link? The two ways I typically leave a site are a) typing a URL into the address bar and b) closing a tab.

Scrolling up seems pretty popular. Why wouldn't you want a half-page menu telling you what to read next when you scroll up to check something?

Re: No, I Don’t Want to Subscribe to Your Newsletter

#18

Earlier quoted context omitted.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

How would you go about detecting when a user is about to leave your site? Other than responding to a click on an external link? The two ways I typically leave a site are a) typing a URL into the address bar and b) closing a tab.

onbeforeunload might get you there, but any site that uses that for any reason other than making sure I don't lose any unsaved changes is the devil.

Re: No, I Don’t Want to Subscribe to Your Newsletter

#19

Earlier quoted context omitted.

It's about all user intent. Will you bring value? For you I'd advice experimenting with a pop-up when the user is about to leave. "A popup designed with exit-intent – in laymans terms it means that the popup only displays when you are about to leave the site." Results? "an increase of sign-ups by 600%. They went from typically 70-80 daily new subscribers to 445 – 470 new subs per day."

How would you go about detecting when a user is about to leave your site? Other than responding to a click on an external link? The two ways I typically leave a site are a) typing a URL into the address bar and b) closing a tab.

Watch for the mouse along the upper 10px of the window [0] or use of the [Ctrl] key (for Ctrl+L or Ctrl+W). Or as other said, for a threshold of upper/upper-left mouse movement.

You'll get a few false flags from people trying to Ctrl+C but so many people use the right-click context menu to copy/paste...you can probably ignore Ctrl+_ entirely and just focus on that window near the top. Most users will pass by that area when going to:

    1) Change to another tab
    2) Close the tab
    3) Type a new search/website in the Omnibar
[0] http://i.imgur.com/ihiAcHe.png
Post reply on HN