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 AdListSection

Sub class for AdList report.

Contains information about an ad together with conversion rate and click through rate.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/AdListSection.php
Methods summary
public
# __construct( Apptus\ESales\Connector\Report\Ad $ad, Apptus\ESales\Connector\Report\Rate $conversion, Apptus\ESales\Connector\Report\Rate $ctr )

Parameters

$ad
about this ad. Can not be null.
$conversion
rate for this ad. Use Rate::NaN() if conversion rate could not be calculated.
$ctr
through rate for this ad. Use Rate::NaN() if click through rate could not be calculated.
public Apptus\ESales\Connector\Report\Ad
# ad( )

Returns

Apptus\ESales\Connector\Report\Ad
The ad information.
public Apptus\ESales\Connector\Report\Rate
# conversion( )

Returns

Apptus\ESales\Connector\Report\Rate
The conversion rate for this ad. Returns Rate::NaN() if the conversion rate could not be calculated for this ad.
public Apptus\ESales\Connector\Report\Rate
# ctr( )

Returns

Apptus\ESales\Connector\Report\Rate
The click through rate for this ad. Returns Rate::NaN() if the click through rate could not be calculated for this ad.
Apptus ESales Connector PHP API documentation generated by ApiGen