我正在使用 swiftmailer ,一个用于在 php 中发送邮件的库。问题是,我已经注册了一个谷歌分析账户。
如何使用此工具检查有多少人打开了电子邮件?
谢谢你。
更新:
好的,trackcode 在 js 中,肯定行不通。如果用户允许,图像有一些机会。
准确地说,我应该在 image.php 中包含什么,
这是否意味着我去谷歌分析网页并跟踪 ../image.php?id=xxx 然后我可以得到结果?
我应该在php中添加代码吗?
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29940706-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>