IAnalyticsServiceApplication.GetRollupAnalyticsItemData method
Retrieves the aggregated analytics item data rolled up to a given scope or site collection.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetRollupAnalyticsItemData ( _
eventType As Integer, _
tenantId As Guid, _
siteId As Guid, _
scopeId As Guid _
) As AnalyticsItemData
'Usage
Dim instance As IAnalyticsServiceApplication
Dim eventType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim scopeId As Guid
Dim returnValue As AnalyticsItemData
returnValue = instance.GetRollupAnalyticsItemData(eventType, _
tenantId, siteId, scopeId)
[OperationContractAttribute]
AnalyticsItemData GetRollupAnalyticsItemData(
int eventType,
Guid tenantId,
Guid siteId,
Guid scopeId
)
Parameters
eventType
Type: System.Int32The event type. An integer representing the type of event, either StandardEventTypeId() or CustomEventTypeId().
tenantId
Type: System.GuidThe tenant ID.
siteId
Type: System.GuidThe site ID.
scopeId
Type: System.GuidThe scope ID, e.g. the web id for View events, or Guid.Empty if rolling up to the site.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
The analytics item data.
See also
Reference
IAnalyticsServiceApplication interface