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.
|
Modifier and Type | Method | Description |
---|---|---|
AdConversionReport |
Reporter.adConversion(List<String> adKeys,
Duration resolution) |
Fetches an
AdConversionReport for the ads specified as argument. |
AdList |
Reporter.adList(String phrase,
String sortBy) |
Fetches an
AdList of ads that are active during the selected time range. |
AdOrderValueReport |
Reporter.adOrderValue(List<String> adKeys,
TimelineType<?> timelineType) |
Fetches an
AdOrderValueReport for the ads specified as argument. |
AdPlacementReport |
Reporter.adPlacement(List<String> adKeys) |
Fetches an
AdPlacementReport for the ads specified as argument. |
PanelConversionReport |
Reporter.panelConversion(String panelPath) |
Fetches an
PanelConversionReport for the supplied panel and all of the sub panels. |
ProductSalesByAttributeReport |
Reporter.productSalesByAttribute(String attribute,
Filter filter,
Facets facets,
String sortBy) |
Fetches a
ProductSalesByAttributeReport . |
ProductSalesByAttributeReport |
Reporter.productSalesByAttribute(String attribute,
Filter filter,
String sortBy) |
Fetches a
ProductSalesByAttributeReport . |
ProductSalesByTimeReport |
Reporter.productSalesByTime(TimelineType<?> timelineType,
Filter filter) |
Fetches a
ProductSalesByTimeReport . |
ProductSalesByTimeReport |
Reporter.productSalesByTime(TimelineType<?> timelineType,
Filter filter,
Facets facets) |
Fetches a
ProductSalesByTimeReport . |
ProductTopSellersReport |
Reporter.productTopSellers(Filter filter,
Facets facets,
String sortBy,
int windowFirst,
int windowLast) |
Fetches a
ProductTopSellersReport . |
ProductTopSellersReport |
Reporter.productTopSellers(Filter filter,
String sortBy,
int windowFirst,
int windowLast) |
Fetches a
ProductTopSellersReport . |
SearchStatisticsReport |
Reporter.searchStatistics() |
Fetches an
SearchStatisticsReport . |
SessionStatisticsReport |
Reporter.sessionStatistics(Duration resolution) |
Fetches an
SessionStatisticsReport presented with the supplied resolution. |
SessionSummaryReport |
Reporter.sessionSummary() |
Fetches an
SessionSummaryReport containing performance summary information for the whole site. |
TopSellingSearchesReport |
Reporter.topSellingSearches(Filter filter,
int windowFirst,
int windowLast) |
Fetches a
TopSellingSearchesReport . |
TopSellingSearchesReport |
Reporter.topSellingSearches(Filter filter,
Facets facets,
int windowFirst,
int windowLast) |
Fetches a
TopSellingSearchesReport . |
Copyright © 2019 Apptus Technologies AB. All rights reserved.