Click or drag to resize
IPagesActivityLogger Interface
Provides possibility to log pages activities.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface IPagesActivityLogger

The IPagesActivityLogger type exposes the following members.

Methods
  NameDescription
Public methodLogExternalSearch
Logs external search activity.
Public methodLogInternalSearch
Logs internal search activity.
Public methodLogLandingPage
Logs landing page activity.
Public methodLogPageVisit
Logs page visit.
Top
See Also