我有多个表单页面和一个感谢页面。我想跟踪表单是否已成功提交,但我不知道如何。
当用户提交表单并被重定向到感谢页面时,它会在感谢页面的 url 中添加不同的参数。这取决于用户来自哪里。
例如 www.mywebsite.com/page/nameofpage?chronoform=nameofpage&event=submit
我怎样才能跟踪这个?
我有多个表单页面和一个感谢页面。我想跟踪表单是否已成功提交,但我不知道如何。
当用户提交表单并被重定向到感谢页面时,它会在感谢页面的 url 中添加不同的参数。这取决于用户来自哪里。
例如 www.mywebsite.com/page/nameofpage?chronoform=nameofpage&event=submit
我怎样才能跟踪这个?
You should not use two conversion trackings for the same thing because you would end up double counting your conversions.
I see that your url has an event. Instead of using destination goals in google analytics you can use events to track a goal. After you do this you will have to link google analytics with google adwords and import the goal in google adwords.
Have in mind that conversion tracking from google analytics has a big conversion lag. Having said that, the best option is to use google adwords conversion tracking but this would require to have a unique url for each thank you page.
您可以完全在 Chronoforms 之外进行设置。在 Google Analytics 中,转到管理部分,然后转到目标并设置一个新的网站目标。关键是选择它作为目标类型目标并将其设置为您的感谢页面 url。
https://support.google.com/analytics/answer/1032415?hl=en
https://support.google.com/analytics/answer/1116091?hl=en
如果您想在 Google Adwords 转换中进行转换此外,您还需要在调试位置向自定义 HTML 模块添加代码片段:https: //support.google.com/adwords/answer/6331314