如何通过 jQuery 表单使用 Google Analytics
我有一个通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 Google Analytics(分析)的 trackPageview 功能在表单提交时调用的函数中。
You should be able to use Google Analytics' trackPageview function in the function called upon form submission.