Click or drag to resize
WebAnalyticsEvents Class
Web analytics events.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsWebAnalyticsEvents

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
public static class WebAnalyticsEvents

The WebAnalyticsEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGenerateStatistics
Fires when web analytics statistics are being generated.
Public fieldStatic memberInsertAnalyticsJS
Fires when web analytics JavaScript snippet is being inserted to the page.
Public fieldStatic memberLogConversion
Fires when conversion is logged.
Public fieldStatic memberProcessAnalyticsService
Fires when analytics are being logged in WebAnalyticsService.
Public fieldStatic memberProcessLogRecord
Fires when analytics log is being processed.
Top
See Also