A summary of orders, vists and conversion rate for a certain part of the site.
Inheritance Hierarchy
Apptus.ESales.Connector.Report.Summary
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Summary
The Summary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Summary | Initializes a new instance of the Summary class |
Properties
Name | Description | |
---|---|---|
![]() | BounceRate |
The proportion of visits that bounced or a Rate with value double.NaN if the bounce rate connot be calculated.
|
![]() | ConversionRate |
The proportion of visits that resulted in orders on this part of the site. If the
number of visits is 0, then a Rate with value double.NaN is returned.
|
![]() | Orders |
The number of sessions with orders (purchases) from this part of the site.
|
![]() | Visits |
The number of visits (sessions) using this part of the site.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also