You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Analytics Class > Analytics Methods > GetTimeOnSiteTrend Method > GetTimeOnSiteTrend
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Analytics.GetTimeOnSiteTrend Method (DateTime, DateTime, AnalyticsCriteria)

a time on site for all visitors trend report by the default provider  

This method can be accessed through the Analytics.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Analytics.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetTimeOnSiteTrendReport", Description = "a time on site for all visitors trend report by the default provider")]
public TrendReportData GetTimeOnSiteTrend(DateTime startDate, DateTime endDate, AnalyticsCriteria criteria);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetTimeOnSiteTrendReport", Description = "a time on site for all visitors trend report by the default provider")>
Public Function GetTimeOnSiteTrend(startDate As DateTime, endDate As DateTime, criteria As AnalyticsCriteria) As TrendReportData
Parameters 
Description 
startDate 
start date of the report 
endDate 
end date of the report 
criteria 
the conditions for the report query 

Ektron.Cms.Analytics.Reporting.TrendReportData

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!