Statistics for all sessions within a specified time interval.
            
Inheritance Hierarchy
Apptus.ESales.Connector.ReportSessionStatistics
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class SessionStatistics
The SessionStatistics type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SessionStatistics | Initializes a new instance of the SessionStatistics class  | 
Properties
| Name | Description | |
|---|---|---|
| AbandonedCarts | 
            The number of sessions where a non-empty shopping cart was abandonded without
            a purchase.
              | |
| Purchases | 
            The number of sessions that included at least one purchase.
              | |
| PurchasesFromRecommendations | 
            The number of sessions in which a recommendation resulted in a purchase.
              | |
| PurchasesFromSearches | 
            The number of sessions in which a search resulted in a purchase.
              | |
| RecommendationClicks | 
            The number of sessions where a recommendation recieved a click.
              | |
| RecommendationDisplays | 
            The number of sessions where a recommendation was made.
              | |
| Searches | 
            The number of sessions where the user performed a search.
              | |
| Visits | 
            The number of visits, that is, the total number of sessions.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | 
See Also