Hi All,
i would like to know what method you use to now how much people have read a html email.
Sorry about my english.
Best from Spain,
Vince.
| SitePoint Sponsor |
Hi All,
i would like to know what method you use to now how much people have read a html email.
Sorry about my english.
Best from Spain,
Vince.


The only way I can think of to do this would be to include a small, invisible image in the newsletter which is located on your server. It will then just be a case of checking your Web site stats to see how many times that image has been viewed.
It may not be 100% accurate, because people may read the newsletter more than once, but it should give you a ruff idea.
At least I think that will work. I don't use HTML emails too often. A quick test should show you whether it works or not.![]()
Regards,
Jamie Harrop


in my opinion it doesn't matter how many people have read your email
what matters is how many of them do whatever it is you want them to do (buy a product, sign up for a service, etc.)
what is the purpose of your newsletter?
But if you were trying to evaluate the effectiveness of your newsletter it would matter. For example, say I sent out 10,000 email newsletters, and got 30 favourable responses (ie a buy, a sign up etc). I want to improve on this rate of response. If I know that out of the 10k I sent, 9000 were read, giving 30 sign ups, then I probably need to improve the content/writing of the newsletter. If, however, only 100 out of 10000 were read, then my newsletter was pretty damn good, but I need to put some more effort into getting valid email addresses, or making it look less spammy, but I know my writing is good.Originally Posted by r937
To answer the original question, I'd probably do the 1px x 1px invisible image, but use a unique identifier for each email, for example, <img src="http://mydomain.com/image.php?id=xxxxx"> then using PHP or some other language, store the id in a database, and then return the image. Then you could count unique ids in the database and get an idea of how many different people read the email.


how do you count the number of people who have set their email programs to display plain text only?
Fair point. I'd still rather have some idea of how many have been read, rather than no idea.Originally Posted by r937
Bookmarks