3.1.4.15 GetRollupAnalyticsItemData

Retrieves aggregated usage data for a rollup scope for events of a specified event type.

The following is the WSDL port type specification of the GetRollupAnalyticsItemData WSDL operation.

 <wsdl:operation name="GetRollupAnalyticsItemData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://tempuri.org/IAnalyticsServiceApplication/GetRollupAnalyticsItemData" message="tns:IAnalyticsServiceApplication_GetRollupAnalyticsItemData_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://tempuri.org/IAnalyticsServiceApplication/GetRollupAnalyticsItemDataResponse" message="tns:IAnalyticsServiceApplication_GetRollupAnalyticsItemData_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IAnalyticsServiceApplication_GetRollupAnalyticsItemData_InputMessage WSDL message, and the protocol server responds with an IAnalyticsServiceApplication_GetRollupAnalyticsItemData_OutputMessage WSDL message as follows:

  • The protocol server determines the appropriate rollup scope as follows:

    • Tenant: the siteId and scopeId are all equal to the tenantId.

    • Web site: the siteId is the identifier of the Web site (2) and scopeId MUST be the empty GUID.

    • Application-specific rollup scope: the siteId is the identifier of the Web site (2) and scopeId is the application-specific rollup scope.

  • The protocol server returns the aggregated usage data corresponding to that rollup scope.