Reporter Class |
Namespace: Apptus.ESales.Connector
public class Reporter
The Reporter type exposes the following members.
Name | Description | |
---|---|---|
CultureInfo |
The culture. The default culture is CultureInfo.CurrentCulture | |
TimeZone |
The time zone. The default value is the local GMT±hh:mm time zone, where hh:mm is the
offset in hours and minutes from UTC at the start of the time interval.
A time zone defines the beginning of a day. For instance, Sunday 23:30 GMT (London)
is the same time as Monday 00:30 GMT+01 (Berlin). Events from that time may be
included in statistics for Sunday or Monday, depending on the time zone specified
(Europe/London or Europe/Berlin).
See http://en.wikipedia.org/wiki/Tz_database for information about IANA time zones.
|
Name | Description | |
---|---|---|
AdConversion |
Fetches a report for conversion rates of ads.
| |
AdList |
Fetches a list of valid ads. The list can be filtered by a search phrase
and allows different sort orders to be applied.
| |
AdOrderValue |
Fetches a report for order values associated with ads.
| |
AdPlacement |
Fetches a report for placements of ads.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PanelConversion | Obsolete.
Fetches a report for conversion rates for panels.
| |
ProductSalesByAttribute(String, Filter, String) |
Fetches a ProductSalesByAttributeReport.
The report is aggregated by facet values for the given attribute or a summary if the attribute is null.
The report contains a section for each facet value. Each section contains:
| |
ProductSalesByAttribute(String, Filter, Facets, String) |
Fetches a ProductSalesByAttributeReport.
The report is aggregated by facet values for the given attribute or a summary if the attribute is null.
The report contains a section for each facet value. Each section contains:
| |
ProductSalesByTime |
Fetches a ProductSalesByTimeReport.
The report contains sales statistics aggregated according to the supplied timeline type.
The report aggregates data for all products and variant that matches the filter.
The report contains timelines for the following metrics:
| |
ProductTopSellers(Filter, String, Int32, Int32) |
Fetches a ProductTopSellersReport.
The report contains sales statistics for the best products and variants that matches the filter.
The report is sorted according to the specified sort by order.
The report contains a list of sections, each containing the following values:
| |
ProductTopSellers(Filter, Facets, String, Int32, Int32) |
Fetches a ProductTopSellersReport.
The report contains sales statistics for the best products and variants that matches the filter.
The report is sorted according to the specified sort by order.
The report contains a list of sections, each containing the following values:
| |
SearchStatistics |
Fetches a report for search phrase statistics.
| |
SessionStatistics |
Fetches a report for statistics of visits (sessions).
| |
SessionSummary |
Fetches a report with a summary of statistics for visits (sessions).
| |
TopSellingSearches(Filter, Int32, Int32) |
Fetches a TopSellingSearchesReport.
The report contains a top list of search phrases associated with the products and variants that matches the filter.
The report is sorted by the total number of purchases, of products and variants that matches the filter, that the search phrases can be associated with.
The report contains a list of sections, each containing a search phrase and the number of times the search phrase has lead to a purchase of a product or variant that matches the filter. | |
TopSellingSearches(Filter, Facets, Int32, Int32) |
Fetches a TopSellingSearchesReport.
The report contains a top list of search phrases associated with the products and variants that matches the filter.
The report is sorted by the total number of purchases, of products and variants that matches the filter, that the search phrases can be associated with.
The report contains a list of sections, each containing a search phrase and the number of times the search phrase has lead to a purchase of a product or variant that matches the filter. | |
ToString | (Inherited from Object.) |