SessionStatistics ClassA Sandcastle Documented Class Library
Statistics for all sessions within a specified time interval.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportSessionStatistics

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public class SessionStatistics

The SessionStatistics type exposes the following members.

Constructors

  NameDescription
Public methodSessionStatistics
Initializes a new instance of the SessionStatistics class
Top
Properties

  NameDescription
Public propertyAbandonedCarts
The number of sessions where a non-empty shopping cart was abandonded without a purchase.
Public propertyPurchases
The number of sessions that included at least one purchase.
Public propertyPurchasesFromRecommendations
The number of sessions in which a recommendation resulted in a purchase.
Public propertyPurchasesFromSearches
The number of sessions in which a search resulted in a purchase.
Public propertyRecommendationClicks
The number of sessions where a recommendation recieved a click.
Public propertyRecommendationDisplays
The number of sessions where a recommendation was made.
Public propertySearches
The number of sessions where the user performed a search.
Public propertyVisits
The number of visits, that is, the total number of sessions.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference