Live data from Hacker News

Show HN: Email open rates are stupid.

mirapost.com

11–20 of 32 posts

Re: Show HN: Email open rates are stupid.

#11
post #2

How do they determine engagement time or whether the email was deleted?

1. In the HTML email put

    
2. Serve up http://myserver/invisible.gif with a process that trickles down an endless GIF image a few bytes at a time.

3. When the connection to the endless GIF dies, call that the "reading" time.

4. If a "reading" time is under some threshold call it "deleted".

That's how I did it a few years ago anyway.

Re: Show HN: Email open rates are stupid.

#14
post #2

How do they determine engagement time or whether the email was deleted?

I have no idea (didn't find out from a quick browse through the site), but the first thing that came to mind was an image in the mail, pointing to a server that slowly trickles a response without ever finishing so it can measure how long the other end is listening.

I guess that could work if mail clients don't have timeouts for images.

I still can't imagine how they would detect deletion though.

Re: Show HN: Email open rates are stupid.

#15
post #7
post #5

Earlier quoted context omitted.

We have a special tracking code that figures it out over the email clients' use of HTTP and with some fancy server-side node/mongodb stuff.

Bullshit. There's not a single major client that executes code from emails. You might be able to have some link back to your server, but even those are blocked by default.

Are images blocked on hotmail, yahoo, etc. too now? I've only used gmail for the past 5+ years.

Either way though, it wouldn't really produce a random sample, though maybe it would allow somewhat meaningful comparisons between separate email campaigns even if the absolute numbers aren't too meaningful.

Re: Show HN: Email open rates are stupid.

#17
post #7

Earlier quoted context omitted.

Bullshit. There's not a single major client that executes code from emails. You might be able to have some link back to your server, but even those are blocked by default.

Are images blocked on hotmail, yahoo, etc. too now? I've only used gmail for the past 5+ years. Either way though, it wouldn't really produce a random sample, though maybe it would allow somewhat meaningful comparisons between separate email campaigns even if the absolute numbers aren't too meaningful.

Yeah, all of them block images for emails that come from new contacts.

Re: Show HN: Email open rates are stupid.

#18
post #7
post #5

Earlier quoted context omitted.

We have a special tracking code that figures it out over the email clients' use of HTTP and with some fancy server-side node/mongodb stuff.

Bullshit. There's not a single major client that executes code from emails. You might be able to have some link back to your server, but even those are blocked by default.

They aren't blocked by default in all clients. Check your mom's iPhone, it loads images by default.

Re: Show HN: Email open rates are stupid.

#19

Earlier quoted context omitted.

I have no idea (didn't find out from a quick browse through the site), but the first thing that came to mind was an image in the mail, pointing to a server that slowly trickles a response without ever finishing so it can measure how long the other end is listening.

I guess that could work if mail clients don't have timeouts for images. I still can't imagine how they would detect deletion though.

They're just calling "viewed for <x seconds" a deletion, it seems...

Re: Show HN: Email open rates are stupid.

#20
post #5
post #2

How do they determine engagement time or whether the email was deleted?

We have a special tracking code that figures it out over the email clients' use of HTTP and with some fancy server-side node/mongodb stuff.

Maybe a throttled node.js response on an img on a large image file? edit: Oops I see that staunch beat me to it.
Post reply on HN