2

一家公司想要一个可以在他们的客户打开公司发送给他们的电子邮件时进行记录的系统。

我首先想到的不是简单地在 html 电子邮件中添加(一个)图像并跟踪何时和谁从服务器请求这些图像,以及特定电子邮件的 ID,因此能够确定电子邮件何时被阅读.

但经过进一步研究,这似乎不太可靠,因为它确实需要用户显示图像,并且大多数现代客户端在用户批准之前禁用它。

还有其他更有效的方法来实现这一点吗?也许通过 iFrames?

此外,隐私当然是一个问题,并且会通知用户正在跟踪电子邮件。我还应该注意其他与法律或隐私相关的事项吗?

4

1 回答 1

0

The way all CRM systems dos it, is excatly by tracking when a 1x1 image is shown. Theres no other way of doing this. The big issue is the spamfilters that stops anykind of iFrames or ip's.

The downside to this methode is that around 10% of users read an email without showing images first.

于 2012-07-02T12:29:43.973 回答