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 TopSellingSearchesReportSection

Sub class for Apptus\ESales\Connector\Report\TopSellingSearchesReport Contains a search phrase together with the total number of times the search phrase has lead to a purchase of the product or variant specified in the report.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/TopSellingSearchesReportSection.php
Methods summary
public
# __construct( integer $rank, string $phrase, integer $purchasedUnits )

Parameters

$rank
rank of this search phrase.
$phrase
search phrase.
$purchasedUnits
total number of times this search phrase has lead to a purchase of a product or a variant that matches the filter specified in the report.
public integer
# rank( )

Returns

integer
The rank of this search phrase.
public string
# phrase( )

Returns

string
The search phrase.
public integer
# purchasedUnits( )

Returns

integer
The total number of times this search phrase has lead to a purchase of this product(or variant).
Apptus ESales Connector PHP API documentation generated by ApiGen