Apptus.ESales.Connector.Report Namespace |
Class | Description | |
---|---|---|
Ad |
An ad with an ad_key, start and end times, and attributes.
| |
AdAttribute |
An attribute for the ad. Can be ordered by name (ascending) since
the object implements the IComparable interface.
| |
AdConversionReport |
Report for ads. Each section of the report contains all attributes for an ad together with average
conversion rate for the campaign and timelines for conversion rates regarding this ad.
This report can be seen in the Ads tab on the Reports page in eSales Manager and it is described in the documentation
on Apptus Zone (http://zone.apptus.com) in the Ad conversion section.
| |
AdConversionReportSection |
A section in an AdConversionReport. It contains attribute information about an ad together with
the average conversion rate for the campaign that this ad belongs to, and timelines for the following:
- Conversion rate for visits that has seen this ad.
- Conversion rate for visits that has not seen this ad.
- Conversion rate for the campaign that this ad is part of.
| |
AdList |
Report for ads containing all ad attributes together with click through rate and conversion rate.
This report can be seen in the Ads tab on the Reports page in eSales Manager and it is described
in the Ads section on Apptus Zone (http://zone.apptus.com).
| |
AdListSection |
Sub class for AdList report. Contains information about an ad together
with conversion rate and click through rate.
| |
AdOrderValueReport |
Report for ads. Each section of the report contains all attributes for an ad together with
timelines for click through rate and average order value for this ad.
This report can be seen in the Ads tab on the Reports page in eSales Manager and it is
described in the Order Value section on Apptus Zone (http://zone.apptus.com) .
| |
AdOrderValueReportSection |
Contains information about an ad together with timelines for click through rate and average order value.
| |
AdPlacementReport |
Report for ads. Each section of the report contains all attributes for an
ad together with a list of number of registered clicks and displays for this
ad on different public panel paths.
This report can be seen in the Ads tab on the Reports page in eSales Manager and it is described
in the Placement section on Apptus Zone (http://zone.apptus.com).
| |
AdPlacementReportSection |
Contains information about an ad together with a list of Placement elements containing
number of clicks and displays for different public paths where this ad has been displayed.
| |
PanelConversionReport |
Report for panel performance, one section for each public panel path.
This report can be seen in the Site tab in eSales Manager and it is described
in the Panel conversion section on Apptus Zone (http://zone.apptus.com).
| |
PanelConversionReportSection |
Contains performance information about a public panel path.
| |
Placement |
A Placement object holds the number of clicks, number of displays and click-through rate for a public panel.
| |
ProductSalesByAttributeReport |
Report containing sales statistics aggregated by product attribute values during the specified time interval.
The report contains a list of Sections. One section for each available attribute value.
| |
ProductSalesByAttributeReportSection |
Contains sales data for a group of products with a common facet value.
| |
ProductSalesByTimeReport |
Report containing aggregated sales statistics. This report contains five {@link Timeline}'s:
| |
ProductTopSellersReport |
Report for products. Each section of the report contains sales statistics for a product that matches the filter.
| |
ProductTopSellersReportSection |
Contains sales data for one product (or variant).
| |
Rate |
A rate between is a decimal number, usually between 0 and 1. Convenience methods for percent formatting
and per mille formatting are included. The value can be fetched as a double from the Value property.
| |
Report |
Abstract superclass for reports.
| |
ReportException |
Exception thrown when a report cannot be fetched or parsed.
| |
SearchStatisticsReport |
Report for Search statistics on the site.
This report can be seen in the Search Statistics tab on the Reports page in eSales Manager and it is described
in the Search statistics section on Apptus Zone (http://zone.apptus.com).
| |
SearchStatisticsReportSearchConversion |
A SearchConversion object holds statistical data for the conversion rate of a search
phrase. The conversion rate is the part of those sessions where this phrase was
searched for that resulted in a purchase.
| |
SearchStatisticsReportSearchCount |
A SearchCount object holds statistical data for a search phrase and a certain
outcome. For SearchCount that comes from SearchesWithHits, the outcome in
question is a result with hits. For SearchCounts from SearchesWithNoHits, the
outcome is a result without hits.
| |
SessionStatistics |
Statistics for all sessions within a specified time interval.
| |
SessionStatisticsReport |
Report for Session statistics on the site.
This report can be seen in the graphs in the Site Summary tab and in the Site Details tab on the Reports page
in eSales Manager and it is described in the Session statistics section on Apptus Zone (http://zone.apptus.com).
| |
SessionSummaryReport |
Report with a summary of session statistics for the site.
This report can be seen at the top of the Site Summary tab on the Reports page in eSales Manager and it is described
in the Session summary section on Apptus Zone (http://zone.apptus.com).
| |
Summary |
A summary of orders, vists and conversion rate for a certain part of the site.
| |
TimelineV |
A list of time slots covering a time interval.
| |
TimelineType |
A report aggregation. There are three pre-defined types of aggregation,
HourOfDay, DayInWeek and DayOfMonth, and a fourth type that is
created by splitting an interval into slices of a specified duration.
| |
TimeSlotV |
A slot in a timeline. The slot has a start time, an end time and a value. The type of value
depends on the purpose of the timeline. A slot may also have a name describing which
part of the timeline that this slot represents.
| |
TopSellingSearchesReport |
Report for search phrases associated with the products and variants that matches a filter. Each section of the report contains a search phrase together
with the total number of times the search phrase has lead to a purchase of a product or variant that matches the filter.
| |
TopSellingSearchesReportSection |
Contains a search phrase together with the total number of times the search phrase has lead to a purchase of a product or variant that matches the filter specified in the report.
|