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 SearchConversion

Class holding data for rank, count conversion rate and impact for a phrase.

This class represents 1 row in the bottom 2 tables in the Search Statistics tab on the Reports page in eSales manager.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/SearchConversion.php
Methods summary
public
# __construct( string $phrase, integer $count, Apptus\ESales\Connector\Report\Rate $conversionRate, Apptus\ESales\Connector\Report\Rate $impact, integer $rank )

Parameters

$phrase
search phrase. Can not be null.
$count
of time this phrase was searched on.
$conversionRate
between number of purchases and number of searches on this phrase. Can not be null.
$impact
this phrase affects the total conversion rate of the site. Can not be null.
$rank
popularity position for this search phrase in the table.

Throws

InvalidArgumentException
public string
# phrase( )

Returns

string
The search phrase.
public integer
# count( )

Returns

integer
Number of time this phrase was searched on.
public Apptus\ESales\Connector\Report\Rate
# conversionRate( )

Returns

Apptus\ESales\Connector\Report\Rate
Ratio between number of purchases and number of searches on this phrase.
public Apptus\ESales\Connector\Report\Rate
# impact( )

Returns

Apptus\ESales\Connector\Report\Rate
How this phrase affects the total conversion rate of the site.
public integer
# rank( )

Returns

integer
The position for this search phrase in the table, based on impact.
Apptus ESales Connector PHP API documentation generated by ApiGen