Click or drag to resize
AnalyticsLoggingEvaluator Class
Evaluates if particular Web Analytics statistics should be logged.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsAnalyticsLoggingEvaluator

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public sealed class AnalyticsLoggingEvaluator : IAnalyticsLoggingEvaluator

The AnalyticsLoggingEvaluator type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsLoggingEvaluator
Initializes a new instance of AnalyticsLoggingEvaluator.
Top
Methods
  NameDescription
Public methodCanLogBrowser
Returns true when browser information can be logged.
Public methodCanLogCountry
Returns true when country can be logged, country is assigned in such case.
Public methodCanLogInvalidPage
Returns true when invalid page view can be logged
Public methodCanLogLandingPage
Returns true when landing page view can be logged
Public methodCanLogMobileDevice
Returns true when information about mobile device can be logged.
Public methodCanLogOperationSystem
Returns true when operation system information can be logged.
Public methodCanLogPageView
Returns true when page view can be logged
Public methodCanLogVisitor
Returns true when visitor information can be logged.
Top
See Also