Click or drag to resize
Reporter Methods

The Reporter type exposes the following members.

Methods
  NameDescription
Public methodAdConversion
Fetches a report for conversion rates of ads.
Public methodAdList
Fetches a list of valid ads. The list can be filtered by a search phrase and allows different sort orders to be applied.
Public methodAdOrderValue
Fetches a report for order values associated with ads.
Public methodAdPlacement
Fetches a report for placements of ads.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPanelConversion Obsolete.
Fetches a report for conversion rates for panels.
Public methodProductSalesByAttribute(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:

  • Name of the facet value.
  • The total number of purchased products and variants that has this facet value and matches the filter.
  • The total number of abandoned products and variants that has this facet value and matches the filter.
  • The total discount for the products and variants that has this facet value and matches the filter.
  • The total margin for the products and variants that has this facet value and matches the filter.
  • The total revenue for the products and variants that has this facet value and matches the filter.
Public methodProductSalesByAttribute(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:

  • Name of the facet value.
  • The total number of purchased products and variants that has this facet value and matches the filter.
  • The total number of abandoned products and variants that has this facet value and matches the filter.
  • The total discount for the products and variants that has this facet value and matches the filter.
  • The total margin for the products and variants that has this facet value and matches the filter.
  • The total revenue for the products and variants that has this facet value and matches the filter.
Public methodProductSalesByTime
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:

  • The number of purchased products and variants purchased during the timeslot.
  • The number of abandoned products and variants abandoned during the timeslot
  • The discount for the products and variants purchased during the timeslot.
  • The margin for the products and variants purchased during the timeslot.
  • The revenue for the products and variants purchased during the timeslot.
Public methodProductTopSellers(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:

  • The product key.
  • The variant key or an empty String if it is a product.
  • The number of purchases during the time interval.
  • The number of abandonment during the time interval.
  • The total discount for the item during the time interval.
  • The total margin for the item during the time interval.
  • The total revenue for the item during the time interval.
Public methodProductTopSellers(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:

  • The product key.
  • The variant key or an empty String if it is a product.
  • The number of purchases during the time interval.
  • The number of abandonment during the time interval.
  • The total discount for the item during the time interval.
  • The total margin for the item during the time interval.
  • The total revenue for the item during the time interval.
Public methodSearchStatistics
Fetches a report for search phrase statistics.
Public methodSessionStatistics
Fetches a report for statistics of visits (sessions).
Public methodSessionSummary
Fetches a report with a summary of statistics for visits (sessions).
Public methodTopSellingSearches(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.

Public methodTopSellingSearches(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.

Public methodToString (Inherited from Object.)
Top
See Also