我似乎无法绕过gmail图像缓存来正确跟踪打开电子邮件的时间。
脚本正常运行,唯一的问题是,当Google下载图像以将其保存在缓存中时,它会触发脚本,使该脚本看起来像已打开。 我已经尝试添加:
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
但是不会有任何区别。有什么想法可以绕过这个吗?
我已经找到答案并给出了解释,但未能提供任何解决方案:Gmail blocking pixel tracking / 1x1 pixel since today morning