Wix 联系表单提交和 Google 分析目标

Wix contact form submission and Google Analytics goal

如果我的网站是使用 Wix 构建的,您能否帮助我了解如何使用 Google Analytics 捕获表单提交事件。 Google Analytics 通过 Google Tag Manager.

安装

Wix 的文档:https://support.wix.com/en/article/tracking-wix-contact-form-submissions-with-google-analytics

在 Google Analytics 中,目标组织如下: 1.目标类型是"Event"。 2. 类别:"Leads"。 3. 行动:"Submitted"。 4.标签:"New Lead"

在我的网站上,我在控制台中 Chrome 启动我可以这样组织:

tracker = ga.getAll()[0];
tracker.send("event", "Leads", "Submitted", "New Lead");

并且: 1. 在 Googlel Analytics 中,我可以实时捕获事件 section/Conversions。 2. 在我的 Chrome 浏览器中,我安装了 GA 调试插件。它正在对事件做出反应:

eventAction      (&ea)   Submitted
analytics_debug.js:23 eventCategory    (&ec)   Leads
analytics_debug.js:23 eventLabel       (&el)   New Lead
analytics_debug.js:23 hitType          (&t)    event

但是当我在我的网站上提交表单时,没有任何反应:实时报告都没有捕捉到转换,GA 调试插件也没有显示任何 activity.

你能帮我调整系统,以便 Google Analytics 应该捕获表单提交事件。

不确定您是否已经弄明白了。如果你有,那就太好了!

听起来您正试图通过网站本身的编码来设置它。相反,我建议通过 Google 跟踪代码管理器设置事件,以在单击表单的提交按钮时触发。如果您在使代码运行时遇到问题,这是触发事件的更简单方法。

Wix has a great tutorial on how to do this posted here.