Summary ClassA Sandcastle Documented Class Library
A summary of orders, vists and conversion rate for a certain part of the site.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportSummary

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

C#
public class Summary

The Summary type exposes the following members.

Constructors

  NameDescription
Public methodSummary
Initializes a new instance of the Summary class
Top
Properties

  NameDescription
Public propertyBounceRate
The proportion of visits that bounced or a Rate with value double.NaN if the bounce rate connot be calculated.
Public propertyConversionRate
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.
Public propertyOrders
The number of sessions with orders (purchases) from this part of the site.
Public propertyVisits
The number of visits (sessions) using this part of the site.
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 (Inherited from Object.)
Top
See Also

Reference