AnalyticsData Class |
Namespace: CMS.WebAnalytics
public sealed class AnalyticsData
The AnalyticsData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnalyticsData(Int32, Uri, String, Int32, Decimal, String) |
Initializes a new instance of AnalyticsData.
|
![]() | AnalyticsData(Int32, Int32, Int32, Decimal, String, Uri, String) |
Initializes a new instance of AnalyticsData.
|
![]() | AnalyticsData(Int32, String, Int32, Decimal, String, Uri, String) |
Initializes a new instance of AnalyticsData.
|
Name | Description | |
---|---|---|
![]() | Culture |
Gets culture connected to analytics.
|
![]() | Hits |
Gets number of analytics hits.
|
![]() | HostAddress |
Gets client IP address.
|
![]() | ObjectID |
Gets object identifier in case that analytics data are not logged for url.
|
![]() | ObjectName |
Gets name of analytics.
|
![]() | SiteID |
Gets site identifier.
|
![]() | Value |
Gets additional analytics value.
|