ReporterProductSalesByAttribute Method A Sandcastle Documented Class Library
Overload List

  NameDescription
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.
Top
See Also

Reference