标签: google-analytics
我们网站上有几个mailto链接,有没有办法在谷歌分析中跟踪/创建报告,列出点击和/或提交电子邮件的人的电子邮件域?
答案 0 :(得分:0)
<a href="mailto:me@example.com" onclick="ga('send', 'event', 'mailto', 'example.com')">Email me</a>
这是你在找什么?没有办法让外部电子邮件程序将点击发送到谷歌分析。