Contains performance information about a public panel path.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportPanelConversionReportSection
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
public class Section
The PanelConversionReportSection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PanelConversionReportSection(Path, Int32, Int32, Int32, Int32, Rate, Rate, Rate, Rate) | Obsolete. Initializes a new instance of the PanelConversionReportSection class | |
| PanelConversionReportSection(Path, Int32, Int32, Int32, Int32, Double, Rate, Rate, Rate) | Obsolete. Initializes a new instance of the PanelConversionReportSection class | |
| PanelConversionReportSection(String, String, Path, Int32, Int32, Int32, Int32, Double, Rate, Rate, Rate) | Obsolete. Initializes a new instance of the PanelConversionReportSection class | |
| PanelConversionReportSection(String, String, Path, Int32, Int32, Int32, Int32, Double, Int32, Rate, Rate, Rate) | Initializes a new instance of the PanelConversionReportSection class |
Properties
| Name | Description | |
|---|---|---|
| AddingToCart |
Number of items added to cart from this panel that were later purchased or abandoned.
| |
| Atr |
Clicks/displays or a Rate with value double.NaN if the atr can not be calculated.
| |
| Click |
The number of times this panel or any content of this panel has been clicked on.
| |
| Ctr |
Adding to carts/displays or a Rate with value double.NaN if the ctr can not be calculated.
| |
| Display |
The number of times this panel has been displayed.
| |
| DisplayName |
The display name of the panel.
| |
| Itr | Obsolete.
Clicks and Adding to carts/displays or a Rate with value double.NaN if the itr can not be calculated.
| |
| PanelType |
The type of the panel.
| |
| Path |
The public panel path.
| |
| Payment |
Number of items added to cart from this panel and purchased later in the session.
| |
| Ptr |
Payments/displays or a Rate with value double.NaN if the ptr can not be calculated.
| |
| Revenue |
The total revenue generated through this panel.
| |
| Units |
The total number of units purchased through this panel.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also