My last question was somewhat narrower than this one.
我的最后一个问题比这个问题稍微狭窄一些。
I am interested to know how to track search terms in general. How would you install Google Analytics to simple form with a submit button (assuming there is only one field)?
我有兴趣知道如何跟踪搜索术语。如何使用提交按钮将Google Analytics安装到简单的表单(假设只有一个字段)?
2 个解决方案
#1
In Google Analytics, under Profile Settings enable site search (Do Track Site Search), and set the Query Parameter to the name of the input field. (And, of course, make sure that the tracking code was installed on the page the form's action points to.)
在Google Analytics中,在“配置文件设置”下启用网站搜索(“执行跟踪网站搜索”),并将“查询参数”设置为输入字段的名称。 (当然,请确保跟踪代码安装在表单操作指向的页面上。)
#2
Try using the utm_term URL parameter in your URL you send to GA. Example: utm_term=running+shoes
尝试在您发送给GA的网址中使用utm_term网址参数。示例:utm_term = running + shoes
You can submit to GA a URL as described here: http://www.google.com/support/forum/p/Google+Analytics/thread?tid=24abd1518783c26f&hl=en
您可以按照此处的说明向GA提交一个网址:http://www.google.com/support/forum/p/Google+Analytics/thread?tid = 24abd1518783c26f&hl = zh-CN
#1
In Google Analytics, under Profile Settings enable site search (Do Track Site Search), and set the Query Parameter to the name of the input field. (And, of course, make sure that the tracking code was installed on the page the form's action points to.)
在Google Analytics中,在“配置文件设置”下启用网站搜索(“执行跟踪网站搜索”),并将“查询参数”设置为输入字段的名称。 (当然,请确保跟踪代码安装在表单操作指向的页面上。)
#2
Try using the utm_term URL parameter in your URL you send to GA. Example: utm_term=running+shoes
尝试在您发送给GA的网址中使用utm_term网址参数。示例:utm_term = running + shoes
You can submit to GA a URL as described here: http://www.google.com/support/forum/p/Google+Analytics/thread?tid=24abd1518783c26f&hl=en
您可以按照此处的说明向GA提交一个网址:http://www.google.com/support/forum/p/Google+Analytics/thread?tid = 24abd1518783c26f&hl = zh-CN