WebAnalyticsControllerLogHit Method |
Performs logging of general hit.
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax public HttpResponseMessage LogHit(
LogHitParameters logHitParameters
)
Parameters
- logHitParameters
- Type: CMS.WebAnalyticsLogHitParameters
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