Package | Description |
---|---|
com.apptus.esales.connector.report |
Modifier and Type | Method | Description |
---|---|---|
Timeline<Integer> |
ProductSalesByTimeReport.abandonedUnits() |
|
Timeline<Double> |
AdOrderValueReport.Section.aovs() |
|
Timeline<Rate> |
AdConversionReport.Section.conversionRateForCampaign() |
|
Timeline<Rate> |
AdConversionReport.Section.conversionRateWithAd() |
|
Timeline<Rate> |
AdConversionReport.Section.conversionRateWithoutAd() |
|
Timeline<Rate> |
AdOrderValueReport.Section.ctrs() |
|
Timeline<Double> |
ProductSalesByTimeReport.discount() |
|
Timeline<Double> |
ProductSalesByTimeReport.margin() |
|
Timeline<Integer> |
ProductSalesByTimeReport.purchasedUnits() |
|
Timeline<Double> |
ProductSalesByTimeReport.revenue() |
|
Timeline<SessionStatistics> |
SessionStatisticsReport.timeline() |
Constructor | Description |
---|---|
ProductSalesByTimeReport(com.apptus.util.xml.XmlTree asXml,
TimeInterval interval,
Timeline<Double> discount,
Timeline<Integer> purchasedUnits,
Timeline<Integer> abandonedUnits,
Timeline<Double> revenue,
Timeline<Double> margin,
TimelineType<?> timelineType,
TimeZone tz) |
Creates a
ProductSalesByTimeReport . |
Section(Ad ad,
Rate avgCrCampaign,
Timeline<Rate> crWithAd,
Timeline<Rate> crWithoutAd,
Timeline<Rate> crCampaign) |
|
Section(Ad ad,
Timeline<Rate> ctrs,
Timeline<Double> aovs) |
|
SessionStatisticsReport(com.apptus.util.xml.XmlTree asXml,
Timeline<SessionStatistics> timeline,
TimeInterval interval,
Duration resolution,
TimeZone tz) |
Creates an SessionStatisticsReport.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.