Click or drag to resize
WebAnalyticsController Class
Handles logging of visitor hits.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.WebAnalytics.ApiControllersWebAnalyticsController

Namespace: CMS.WebAnalytics.ApiControllers
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public sealed class WebAnalyticsController : ApiController

The WebAnalyticsController type exposes the following members.

Constructors
  NameDescription
Public methodWebAnalyticsController
Top
Methods
  NameDescription
Public methodLogBannerHit
Performs logging of banner hit.
Public methodLogHit
Performs logging of general hit.
Public methodLogSearchHit
Performs logging of search event hit.
Top
Remarks
Only real visitors ban be logged, crawlers which the system is able to recognize are omitted. Adds information to the header to tell the crawlers not to track this controller. This applies only to the crawlers that was not recognized in the FilterCrawlersAttribute.
See Also