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 AdPlacementReportSection

Sub class for AdPlacementReport.

Contains information about an ad together with a list of Apptus\ESales\Connector\Report\Placement elements containing number of clicks and displays for different public paths where this ad has been displayed.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/AdPlacementReportSection.php
Methods summary
public
# __construct( Apptus\ESales\Connector\Report\Ad $ad, array $placements )

Parameters

$ad
about this ad. Can not be null.
$placements
of Apptus\ESales\Connector\Report\Placement information for this ad. Can not be null.
public Apptus\ESales\Connector\Report\Ad
# ad( )

Returns

Apptus\ESales\Connector\Report\Ad
The ad information.
public array
# placements( )

Returns

array
The placement information for this ad.
Apptus ESales Connector PHP API documentation generated by ApiGen