PanelConversionReportSection ClassA Sandcastle Documented Class Library
Contains performance information about a public panel path.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportPanelConversionReportSection

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

C#
public class Section

The PanelConversionReportSection type exposes the following members.

Constructors

  NameDescription
Public methodPanelConversionReportSection(Path, Int32, Int32, Int32, Int32, Rate, Rate, Rate, Rate) Obsolete.
Initializes a new instance of the PanelConversionReportSection class
Public methodPanelConversionReportSection(Path, Int32, Int32, Int32, Int32, Double, Rate, Rate, Rate) Obsolete.
Initializes a new instance of the PanelConversionReportSection class
Public methodPanelConversionReportSection(String, String, Path, Int32, Int32, Int32, Int32, Double, Rate, Rate, Rate) Obsolete.
Initializes a new instance of the PanelConversionReportSection class
Public methodPanelConversionReportSection(String, String, Path, Int32, Int32, Int32, Int32, Double, Int32, Rate, Rate, Rate)
Initializes a new instance of the PanelConversionReportSection class
Top
Properties

  NameDescription
Public propertyAddingToCart
Number of items added to cart from this panel that were later purchased or abandoned.
Public propertyAtr
Clicks/displays or a Rate with value double.NaN if the atr can not be calculated.
Public propertyClick
The number of times this panel or any content of this panel has been clicked on.
Public propertyCtr
Adding to carts/displays or a Rate with value double.NaN if the ctr can not be calculated.
Public propertyDisplay
The number of times this panel has been displayed.
Public propertyDisplayName
The display name of the panel.
Public propertyItr Obsolete.
Clicks and Adding to carts/displays or a Rate with value double.NaN if the itr can not be calculated.
Public propertyPanelType
The type of the panel.
Public propertyPath
The public panel path.
Public propertyPayment
Number of items added to cart from this panel and purchased later in the session.
Public propertyPtr
Payments/displays or a Rate with value double.NaN if the ptr can not be calculated.
Public propertyRevenue
The total revenue generated through this panel.
Public propertyUnits
The total number of units purchased through this panel.
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