如何通过 jQuery 表单使用 Google Analytics

发布于 2024-12-05 15:32:33 字数 131 浏览 0 评论 0原文

我有一个通过 jQuery 将数据发送到服务器的表单。

通常,通过感谢页面,可以轻松使用 Google Analytics 跟踪提交的表单,但由于没有感谢页面(因为数据是异步发送的),我如何跟踪提交的表单?

谢谢 !

I've a form that sends the data to the server via jQuery.

Usually, with a thank you page, it's easy to track the submitted forms using Google Analytics but since there is no thank you page (because the data is sent asynchronously), how can I track those forms submitted ?

Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-12-12 15:32:33

您应该能够使用 Google Analytics(分析)的 trackPageview 功能在表单提交时调用的函数中。

_gaq.push(['_trackPageview', '/choose/a/path']);

You should be able to use Google Analytics' trackPageview function in the function called upon form submission.

_gaq.push(['_trackPageview', '/choose/a/path']);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文