| WebAnalyticsControllerLogSearchHit Method | 
            Performs logging of search event hit. 
            
 
Namespace: CMS.WebAnalytics.ApiControllersAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
 Syntax
Syntaxpublic HttpResponseMessage LogSearchHit(
	LogSearchHitParameters logSearchHitParameters
)
Parameters
- logSearchHitParameters
- Type: CMS.WebAnalyticsLogSearchHitParameters
 Parameters required for hit logging
Return Value
Type: 
HttpResponseMessage
            HTTP response message containing the status code dependent on whether the action was successful or not.
            Returns 200 OK status if logging was successful.
            Returns 400 Bad request if exception was thrown while trying to log the hit.
            
 See Also
See Also