Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Search 监测Plone中的搜索词_Search_Plone - Fatal编程技术网

Search 监测Plone中的搜索词

Search 监测Plone中的搜索词,search,plone,Search,Plone,我想更好地了解人们在使用我们的网站时在搜索什么 好奇的是,在Plone 4中监控搜索字段输入内容的最佳方式是什么?我看过这个产品,但它是旧的。有没有人把它和Plone 4一起使用过,或者知道类似的东西 好吧,我不知道为什么我花了这么长时间才意识到这一点,但它是内置于谷歌分析中的。以下是说明: 我在Plone中使用的搜索查询参数是:@@search、SearchableText、advanced_search使用google Analytical的站点搜索不会跟踪使用livesearch的用户(不

我想更好地了解人们在使用我们的网站时在搜索什么


好奇的是,在Plone 4中监控搜索字段输入内容的最佳方式是什么?我看过这个产品,但它是旧的。有没有人把它和Plone 4一起使用过,或者知道类似的东西

好吧,我不知道为什么我花了这么长时间才意识到这一点,但它是内置于谷歌分析中的。以下是说明:


我在Plone中使用的搜索查询参数是:@@search、SearchableText、advanced_search

使用google Analytical的站点搜索不会跟踪使用livesearch的用户(不按enter键并提交到@@search视图)

对于awstats,我使用此额外部分跟踪以下两个方面:

# updated version for plone 4.3
# /livesearch_reply?q=testsuche
# /@@search?SearchableText=testsuche
# /@@updated_search?SearchableText=testsuche
# livesearches shown as q=, normal searches with just the phrase
ExtraSectionName1="Plone Suchabfragen"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,\/@@search||URL,\/search||URL,\/@@updated_search||URL,\/livesearch_reply"
ExtraSectionFirstColumnTitle1="Search:"
#ExtraSectionFirstColumnValues1="QUERY_STRING,SearchableText=([^&]+)||QUERY_STRING,q=([^&]+)"
ExtraSectionFirstColumnValues1="QUERY_STRING,SearchableText=([^&]+)||QUERY_STRING,(q=[^&]+)"
ExtraSectionFirstColumnFormat1="%s"
ExtraSectionStatTypes1=PL
ExtraSectionAddAverageRow1=0
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=100
MinHitExtra1=1
如果您想在google analytics中跟踪livesearch,则需要使用事件跟踪: