IAnalyticsItemData members
Represents analytics item data for an item or a rollup scope.
The IAnalyticsItemData type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentDate | Gets analytics data for the date. when the analytics data was retrieved. | |
EventType | Gets the type of event. | |
ItemId | Gets the internal item ID. | |
LastProcessingHits | Get the number of hits for an item or rollup scope in the last processing interval. | |
LastProcessingTime | Gets the date and time analytics data was last updated for an item. | |
LastProcessingUniqueUsers | Gets the number of unique users for an item or rollup scope in the last processing interval. | |
ScopeId | Gets the unique scope ID for view events. | |
SiteId | Gets the ID for the site. | |
TenantId | Gets the ID of the tenant. | |
TotalHits | Gets the number of total hits for an item or rollup scope. | |
TotalUniqueUsers | Gets the total number of unique users for an item or rollup scope. |
Top
Methods
Name | Description | |
---|---|---|
GetDailyData | Gets the historical data by day for the item or rollup scope. | |
GetHitCountForDay | Gets the historical hit count data on a specified day for the item or rollup scope. | |
GetHitCountForMonth | Gets the historical hit count data for a specified month for the item or rollup scope. | |
GetMonthlyData | Gets the historical data by month for the item or rollup scope. | |
GetUniqueUsersCountForDay | Gets the historical unique users data for a specified day for the item or rollup scope. | |
GetUniqueUsersCountForMonth | Gets the historical unique users data for a specified month for an item or rollup scope. |
Top