PanelConversionReportSection Constructor (Path, Int32, Int32, Int32, Int32, Rate, 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.12, please use Section(string, string, Path, int, int, int, int, double, int, Rate, Rate, Rate) instead.")]
public Section(
Path path,
int display,
int click,
int addingToCart,
int payment,
Rate ctr,
Rate atr,
Rate ptr,
Rate itr
)
Parameters
- 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. - 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. - itr
- Type: Apptus.ESales.Connector.ReportRate
Clicks and Adding to carts/displays or Rate.NaN if the itr can not be calculated. Can not be null.
See Also