public static class PanelConversionReport.Section extends Object
Constructor | Description |
---|---|
Section(Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
Rate ctr,
Rate atr,
Rate ptr) |
Deprecated.
As of 3.20, use the
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate) constructor instead. |
Section(Path path,
int display,
int click,
int addingToCart,
int payment,
Rate ctr,
Rate atr,
Rate ptr,
Rate itr) |
Deprecated.
As of 3.12, use the
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate) constructor instead. |
Section(String displayName,
String panelType,
Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
int units,
Rate ctr,
Rate atr,
Rate ptr,
Rate itr) |
|
Section(String displayName,
String panelType,
Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
Rate ctr,
Rate atr,
Rate ptr) |
Deprecated.
|
public Section(String displayName, String panelType, Path path, int display, int click, int addingToCart, int payment, double revenue, int units, Rate ctr, Rate atr, Rate ptr, Rate itr)
displayName
- The name of this panel. Can not be null.panelType
- The type of this panel. eSales server uses the following types:
"static_container", "dynamic_container", "dynamic_page", "function", "unknown".path
- The public path for this panel. Can not be null.display
- Number of times this panel has been displayed.click
- Number of times this panel has been clicked on.addingToCart
- Number of times this panel's ticket has been used in an add to cart notification.payment
- Number of payments this panel has been a part of.revenue
- The total revenue generated through this panel.units
- The total number of sold units through this panel.ctr
- Clicks/display or Rate.NaN if the ctr can not be calculated. Can not be null.atr
- Add to carts/display or Rate.NaN if the atr can not be calculated. Can not be null.ptr
- Payments/display or Rate.NaN if the ptr can not be calculated. Can not be null.itr
- (Add to carts + click)/display or Rate.NaN if the itr can not be calculated. Can not be null.@Deprecated public Section(String displayName, String panelType, Path path, int display, int click, int addingToCart, int payment, double revenue, Rate ctr, Rate atr, Rate ptr)
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate)
constructor instead.displayName
- The name of this panel. Can not be null.panelType
- The type of this panel. eSales server uses the following types:
"static_container", "dynamic_container", "dynamic_page", "function", "unknown".path
- The public path for this panel. Can not be null.display
- Number of times this panel has been displayed.click
- Number of times this panel has been clicked on.addingToCart
- Number of items added to cart from this panel that were later purchased or abandoned.payment
- Number of items added to cart from this panel and purchased later in the session.revenue
- The total revenue generated through this panel.ctr
- Clicks/displays or Rate.NaN if the ctr can not be calculated. Can not be null.atr
- Adding to carts/displays or Rate.NaN if the atr can not be calculated. Can not be null.ptr
- Payments/displays or Rate.NaN if the ptr can not be calculated. Can not be null.@Deprecated public Section(Path path, int display, int click, int addingToCart, int payment, double revenue, Rate ctr, Rate atr, Rate ptr)
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate)
constructor instead.path
- The public path for this panel. Can not be null.display
- Number of times this panel has been displayed.click
- Number of times this panel has been clicked on.addingToCart
- Number of items added to cart from this panel that were later purchased or abandoned.payment
- Number of items added to cart from this panel and purchased later in the session.revenue
- The total revenue generated through this panel.ctr
- Clicks/displays or Rate.NaN if the ctr can not be calculated. Can not be null.atr
- Adding to carts/displays or Rate.NaN if the atr can not be calculated. Can not be null.ptr
- Payments/displays or Rate.NaN if the ptr can not be calculated. Can not be null.@Deprecated public Section(Path path, int display, int click, int addingToCart, int payment, Rate ctr, Rate atr, Rate ptr, Rate itr)
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate)
constructor instead.path
- The public path for this panel. Can not be null.display
- Number of times this panel has been displayed.click
- Number of times this panel has been clicked on.addingToCart
- Number of items added to cart from this panel that were later purchased or abandoned.payment
- Number of items added to cart from this panel and purchased later in the session.ctr
- Clicks/displays or Rate.NaN if the ctr can not be calculated. Can not be null.atr
- Adding to carts/displays or Rate.NaN if the atr can not be calculated. Can not be null.ptr
- Payments/displays or Rate.NaN if the ptr can not be calculated. Can not be null.itr
- Clicks and Adding to carts/displays or Rate.NaN if the itr can not be calculated. Can not be null.public String displayName()
public String panelType()
public Path path()
public int display()
public int click()
public int addingToCart()
public int payment()
public double revenue()
public int units()
public Rate ctr()
public Rate atr()
public Rate ptr()
public Rate itr()
Copyright © 2020 Apptus Technologies AB. All rights reserved.