WebAnalyticsService LogSearch Method Kentico 8.0 API Reference
Method for logging on-site search keywords. Ajax call that calls this method is called in SearchResults WebPart.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

keyword
Type: OnlineSystem String
A keyword that has been searched
pageGUID
Type: OnlineSystem String
A GUID of a page on which is processed the AJAX call

Return Value

Type: OnlineString
"ok" string if everything went ok
Exceptions

See Also