Overview

Namespaces

  • Apptus
    • ESales
      • Connector
        • Report
        • Time
    • Util
      • Cache
  • PHP

Classes

  • Ad
  • AdConversionReport
  • AdConversionReportSection
  • AdList
  • AdListSection
  • AdOrderValueReport
  • AdOrderValueReportSection
  • AdPlacementReport
  • AdPlacementReportSection
  • Attribute
  • PanelConversionReport
  • PanelConversionReportSection
  • Placement
  • ProductSalesByAttributeReport
  • ProductSalesByAttributeReportSection
  • ProductSalesByTimeReport
  • ProductTopSellersReport
  • ProductTopSellersReportSection
  • Rate
  • Report
  • SearchConversion
  • SearchCount
  • SearchStatisticsReport
  • SessionStatistics
  • SessionStatisticsReport
  • SessionSummaryReport
  • Summary
  • Timeline
  • TimelineType
  • TimeSlot
  • TopSellingSearchesReport
  • TopSellingSearchesReportSection

Exceptions

  • FormatException
  • Overview
  • Namespace
  • Class
  • Tree

Class ProductSalesByAttributeReportSection

Sub class for Apptus\ESales\Connector\Report\ProductSalesByAttributeReport. Contains sales data for a group of products with a common facet value.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/ProductSalesByAttributeReportSection.php
Methods summary
public
# __construct( $name, $discount, $purchasedUnits, $abandonedUnits, $revenue, $margin )
public string
# name( )

Returns

string
Name of the facet value for this group of products.
public float
# discount( )

Returns

float
The total discount for this group of products.
public integer
# purchasedUnits( )

Returns

integer
The total number of purchased units for this group of products.
public integer
# abandonedUnits( )

Returns

integer
The total number of abandoned units for this group of products.
public float
# revenue( )

Returns

float
The total revenue for this group of products.
public float
# margin( )

Returns

float
The total margin for this group of products.
Apptus ESales Connector PHP API documentation generated by ApiGen