Click or drag to resize
ILogHitsProviderLogHit Method
Performs logging of general hit.

Namespace: CMS.WebAnalytics.Internal
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax
C#
void LogHit(
	LogHitParameters logHitParameters
)

Parameters

logHitParameters
Type: CMS.WebAnalyticsLogHitParameters
Parameters required for hit logging
Exceptions
ExceptionCondition
ArgumentExceptionAttempt to found page according to the given logHitParameters was not successful (no page was found).
InvalidOperationExceptionJavascript logging is not enabled on the current site.
ArgumentNullExceptionlogHitParameters is null
See Also