跟踪电子邮件打开情况会增加垃圾邮件分数吗?
我正在为我的企业开发一个小型新闻通讯软件,我想知道我应该收集哪些指标。显然,应该跟踪退回和点击,但我想知道我应该跟踪电子邮件打开情况(通过图像或 bgsound 元素)吗?
流行的网络邮件服务和 ISP 是否会检查跟踪图像并可能提高我的垃圾邮件分数?我想如果它增加了进入垃圾邮件过滤器的机会,我宁愿不收集该指标。
谢谢。
I'm doing a small newsletter software for my business, and I'm wondering what metrics should I collect. Obviously, bounces and clicks should be tracked, but I'm wondering should I track email opens (via an image or a bgsound element)?
Do popular webmail services and ISPs check for tracking images and possibly increase my spam score? I guess if it increases the chances of ending up in a spam filter, I'd rather not collect that metric.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试以这种方式跟踪用户通常是不好的形式。电子邮件打开是一件私人的事情。
如果您的每条消息都有一个带有唯一 URL 的图像,是的,您可以跟踪它,但在我看来,您确实不应该跟踪它。由于多种原因,在电子邮件中包含不必要的图像是不好的:
另请记住,有些人在单击“删除”按钮之前立即打开电子邮件。跟踪点击次数会更好。
无论如何,跟踪您想要包含的图像可能有一些优点,但我不会将其视为一个非常基本的指标。
It's generally bad form to try to track your users in that way. Email opens are a private thing.
If you have an image with a unique URL per message, yes you can track it, but IMO, you really shouldn't. Including unnecessary images in an email is bad for a number of reasons:
Also remember, some people open an email immediately before they click the "delete" button. You are much better off tracking clicks.
There may be some merit in tracking the images you want to include anyway, but I'd not treat it as anything more than a very basic indicator.
与往常一样,这取决于各个 ISP 和 Webmail 服务。不过,我可以分享一些轶事证据:我定期使用 mailchimp 发送大量电子邮件通知,并且使用您提到的相同方法在 mailchimp 中跟踪电子邮件打开情况(请参阅以下链接以供参考:http://kb.mailchimp.com/reports/about-open-tracking)。我从未遇到过任何最终进入垃圾邮件文件夹的问题,我只遇到过退回邮件和最终进入 Gmail 促销选项卡的问题。
因此,基于一些公司已经这样做的事实,我不得不说这可能不会增加您的垃圾邮件分数。
As always it depends on the individual ISP and Webmail services. However, I can share some anecdotal evidence: I periodically use mailchimp to send out mass email notifications, and email opens are tracked in mailchimp using the same approach you mentioned (See following link for reference: http://kb.mailchimp.com/reports/about-open-tracking). I never experienced any issues with ending up in the spam folder, I have only had challenges with bounce backs and ending up in the Gmail promotions tab.
So based on the fact that some companies are already doing this, I have to say it probably won't increase your spam score.