WordPress 的 Jquery 分析可跟踪每个事件/点击
我正在尝试添加一个 jquery 插件,该插件将使谷歌分析能够跟踪网站上的每个事件。有人知道该怎么做吗?
如果你想看一下,这是网址 blog.dearcomms.com
I am trying to add a jquery plugin that will enable google analytics to track every event on the site. anyone has an idea how to do that?
if you want to take a look this is the url blog.dearcomms.com
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Wordpress 有一个GA 插件,但我不确定是什么它提供。但无论如何,没有通用代码可以自动“跟踪网站上的每个事件”。事件是任意的,对于您的站点和需求而言是唯一的。您必须定义站点上要跟踪的事件,然后为其编写自定义代码。
Wordpress has a plugin for GA though I'm not sure what all it offers. But anyways, there is no generic code that will automatically "track every event on the site". Events are arbitrary, unique to your site and needs. You must define the events on your site that you want to track and then write custom code for it.