| IAnalyticsLoggingEvaluator Interface |
Namespace: CMS.WebAnalytics
public interface IAnalyticsLoggingEvaluator
The IAnalyticsLoggingEvaluator type exposes the following members.
| Name | Description | |
|---|---|---|
| CanLogBrowser |
Returns true when browser information can be logged.
| |
| CanLogCountry |
Returns true when country can be logged, country is assigned in such case.
| |
| CanLogInvalidPage |
Returns true when invalid page view can be logged
| |
| CanLogLandingPage |
Returns true when landing page view can be logged
| |
| CanLogMobileDevice |
Returns true when information about mobile device can be logged.
| |
| CanLogOperationSystem |
Returns true when operation system information can be logged.
| |
| CanLogPageView |
Returns true when page view can be logged
| |
| CanLogVisitor |
Returns true when visitor information can be logged.
|