Package | Description |
---|---|
com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
com.apptus.esales.connector.report | |
com.apptus.esales.connector.time |
Modifier and Type | Method | Description |
---|---|---|
Reporter |
Connector.reporter(String market,
TimeInterval interval) |
Creates a reporter for a market during a specified time interval.
|
Reporter |
Connector.reporterForUnknownMarket(TimeInterval interval) |
Creates a reporter for the unknown market (sessions without a market property), during a specified time interval.
|
Modifier and Type | Method | Description |
---|---|---|
TimeInterval |
Report.timeInterval() |
Constructor | Description |
---|---|
AdConversionReport(com.apptus.util.xml.XmlTree asXml,
List<AdConversionReport.Section> sections,
TimeInterval interval,
Duration resolution,
TimeZone tz) |
Creates an AdConversionReport.
|
AdList(com.apptus.util.xml.XmlTree asXml,
List<AdList.Section> sections,
TimeInterval interval,
TimeZone tz) |
Creates an AdList.
|
AdOrderValueReport(com.apptus.util.xml.XmlTree asXml,
List<AdOrderValueReport.Section> sections,
TimeInterval interval,
TimelineType<?> timelineType,
TimeZone tz) |
Creates an AdOrderValueReport.
|
AdPlacementReport(com.apptus.util.xml.XmlTree asXml,
List<AdPlacementReport.Section> sections,
TimeInterval interval,
TimeZone tz) |
Creates an AdPlacementReport.
|
PanelConversionReport(com.apptus.util.xml.XmlTree asXml,
TimeInterval interval,
List<PanelConversionReport.Section> sections,
TimeZone tz) |
Creates an PanelConversionReport.
|
ProductSalesByAttributeReport(com.apptus.util.xml.XmlTree asXml,
List<ProductSalesByAttributeReport.Section> sections,
TimeInterval interval,
TimeZone tz) |
Creates a
ProductSalesByAttributeReport . |
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 . |
SearchStatisticsReport(com.apptus.util.xml.XmlTree asXml,
TimeInterval interval,
Rate searchesWithHitsRate,
List<SearchStatisticsReport.SearchCount> searchesWithHits,
Rate searchesWithNoHitsRate,
List<SearchStatisticsReport.SearchCount> searchesWithNoHits,
List<SearchStatisticsReport.SearchConversion> searchesThatBoost,
List<SearchStatisticsReport.SearchConversion> searchesThatLower,
TimeZone tz) |
Creates an SearchStatisticsReport.
|
SessionStatisticsReport(com.apptus.util.xml.XmlTree asXml,
Timeline<SessionStatistics> timeline,
TimeInterval interval,
Duration resolution,
TimeZone tz) |
Creates an SessionStatisticsReport.
|
SessionSummaryReport(com.apptus.util.xml.XmlTree asXml,
TimeInterval interval,
Summary site,
Summary search,
Summary recommendation,
TimeZone tz) |
Creates an SessionSummaryReport.
|
Modifier and Type | Method | Description |
---|---|---|
static TimeInterval |
TimeInterval.create(Duration duration,
IsoDateTime end) |
Creates a time interval with the specified duration ending at
the specified end date-time.
|
static TimeInterval |
TimeInterval.create(IsoDateTime start,
Duration duration) |
Creates a time interval from the specified start date-time with the
specified duration.
|
static TimeInterval |
TimeInterval.create(IsoDateTime start,
IsoDateTime end) |
Creates a time interval between the specified start and end
date-times.
|
static TimeInterval |
TimeInterval.day(int year,
Month month,
int day) |
Convenience method for returning a time interval covering a complete
calendar day.
|
static TimeInterval |
TimeInterval.month(int year,
Month month) |
Convenience method for returning a time interval covering a complete
calendar month.
|
static TimeInterval |
TimeInterval.parse(String iso) |
Parses a time interval on any of the three valid formats.
|
static TimeInterval |
TimeInterval.quarter(int year,
int quarter) |
Convenience method for returning a time interval covering a complete
calendar quarter.
|
static TimeInterval |
TimeInterval.today(TimeZone tz) |
Convenience method for returning a time interval covering today.
|
static TimeInterval |
TimeInterval.week(int year,
int week,
Locale locale) |
Convenience method for returning a time interval covering a complete
calendar week according to the week rules defined by the specified
locale.
|
static TimeInterval |
TimeInterval.year(int year) |
Convenience method for returning a time interval covering a complete
calendar year.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.