IAnalyticsLogger Interface |
Namespace: CMS.WebAnalytics
public interface IAnalyticsLogger
The IAnalyticsLogger type exposes the following members.
Name | Description | |
---|---|---|
LogAverageTimeOnPage |
Logs time spend on page with given data.
| |
LogBrowser |
Logs browser information with given data.
| |
LogCountry |
Logs country information with given data.
| |
LogCustomAnalytics |
Logs custom analytics.
| |
LogExitPage |
Logs exit page with given data.
| |
LogExitPageCandidate |
Logs exit page candidate with given data.
| |
LogInternalSearchKeywords |
Logs internal search keywords with given data.
| |
LogInvalidPage |
Logs invalid page with given data.
| |
LogLandingPageView |
Logs landing page view with given data.
| |
LogMobileDevice |
Logs mobile device information with given data.
| |
LogOperationSystem |
Logs operation system information with given data.
| |
LogPageView |
Logs page view with given data.
| |
LogSearchCrawler |
Logs search crawler from search engine with given data.
| |
LogSearchKeywords |
Logs search keywords from search engine with given data.
| |
LogUrlRefferal |
Logs referral url with given data.
| |
LogVisitor |
Logs visitor with given data.
|