Report with a summary of session statistics for the site.
This report can be seen at the top of the Site Summary tab on the Reports page in eSales Manager and it is described
in the Session summary section on Apptus Zone (http://zone.apptus.com).
Inheritance Hierarchy
Apptus.ESales.Connector.Report.Report
Apptus.ESales.Connector.Report.SessionSummaryReport
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class SessionSummaryReport : Report
The SessionSummaryReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SessionSummaryReport |
Creates an SessionSummaryReport. Note that null is illegal for all input parameters.
|
Properties
Name | Description | |
---|---|---|
![]() | Recommendation |
A summary containing number of visits, number of orders and conversion rate for the recommendation panels.
|
![]() | Search |
A summary containing number of visits, number of orders and conversion rate for the search panels.
|
![]() | Site |
A summary containing number of visits, bounce rate, number of orders and conversion rate for the site.
|
![]() | TimeInterval |
The time interval that this report covers. Only events inside this
time interval is presented in the report. Never returns null.
(Inherited from Report.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExportToExcel |
Exports the content of this report to a file. The content
is saved as comma-separated values (csv) which is a format suited
to be opened in e.g. Excel.
The actual separator is semicolon instead of comma, since some
localized versions of Excel uses comma as decimal symbol.
(Overrides Report.ExportToExcel(FileInfo).) |
![]() | ExportToXml() |
Exports the content of this report to a stream. The content
is written in the same XML format as used between the eSales
cluster and the eSales Connector.
(Inherited from Report.) |
![]() | ExportToXml(FileInfo) |
Exports the content of this report to a file. The content
is saved in the same XML format as used between the eSales
cluster and the eSales Connector.
(Inherited from Report.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Parse |
Creates a SessionSummaryReport from an XML document.
|
![]() | ToString | (Inherited from Object.) |
See Also