我使用google cse作为我的网站搜索。
Google支持页面:support.google.com/analytics/answer/1012264
举个例子:www.google.com?hl=en&q=xxx
。所以查询参数是q
。我的网站使用谷歌cse,查询操作将直接指向这样的网址:https://cse.google.com/cse?cx=xxx&q=xxx...#gsc.tab=0&gsc.q=%23C&gsc.page=1
我的Google Analytics报告无法从此案例中获取查询字词。
Google Analytics(分析)只能直接输入网址http://site?q=xxx
。
但我使用谷歌cse而不是我自己网站的搜索。
如何设置正确的设置?
谢谢!
答案 0 :(得分:0)
我遇到了类似的问题,我认为你必须使用:
<gcse:searchbox-only> and <gcse:searchresults-only>
如果您是,那么您必须使用resultsURL元素自定义javascript代码段。
resultsUrl URL结果页面的URL。 (默认为Google托管的网页。)
来自Custom Search Element Control API。
<gcse:searchbox-only resultsUrl="http://www.yourWeb.com"></gcse:searchbox-only>