PanelConversionReportSection Constructor (String, String, Path, Int32, Int32, Int32, Int32, Double, Rate, Rate, Rate) |
Note: This API is now obsolete.
Namespace:
Apptus.ESales.Connector.Report
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax[ObsoleteAttribute("As of eSales 3.37.1, please use Section(string, string, Path, int, int, int, int, double, int, Rate, Rate, Rate) instead.")]
public Section(
string displayName,
string panelType,
Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
Rate ctr,
Rate atr,
Rate ptr
)
Parameters
- displayName
- Type: SystemString
The name for this panel. Can not be null. - panelType
- Type: SystemString
The type of this panel. Can be "unknown". - path
- Type: Apptus.ESales.ConnectorPath
The public path for this panel. Can not be null. - display
- Type: SystemInt32
Number of times this panel has been displayed. - click
- Type: SystemInt32
Number of times this panel has been clicked on. - addingToCart
- Type: SystemInt32
Number of items added to cart from this panel that were later purchased or abandoned. - payment
- Type: SystemInt32
Number of items added to cart from this panel and purchased later in the session. - revenue
- Type: SystemDouble
The total revenue generated through this panel. - ctr
- Type: Apptus.ESales.Connector.ReportRate
Clicks/displays or Rate.NaN if the ctr can not be calculated. Can not be null. - atr
- Type: Apptus.ESales.Connector.ReportRate
Adding to carts/displays or Rate.NaN if the atr can not be calculated. Can not be null. - ptr
- Type: Apptus.ESales.Connector.ReportRate
Payments/displays or Rate.NaN if the ptr can not be calculated. Can not be null.
See Also