Method for logging on-site search keywords. Ajax call that calls this method is called in SearchResults WebPart.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- keyword
- Type: System String
A keyword that has been searched
- pageGUID
- Type: System String
A GUID of a page on which is processed the AJAX call
Return Value
Type: String"ok" string if everything went ok
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | Logging by JS is not enabled |
See Also