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 Ad

A class that contains attribute information for an ad.

Namespace: Apptus\ESales\Connector\Report
Located at Connector/Report/Ad.php
Methods summary
public string
# key( )

Get the key for the ad.

Get the key for the ad.

Returns

string
The key for the ad.
public Apptus\ESales\Connector\Time\IsoDateTime|null
# startTime( )

Returns

Apptus\ESales\Connector\Time\IsoDateTime|null
The start time for the ad or null if a start time has not been set for the ad.
public Apptus\ESales\Connector\Time\IsoDateTime|null
# endTime( )

Returns

Apptus\ESales\Connector\Time\IsoDateTime|null
The end time for the ad or null if an end time has not been set for the ad.
public Apptus\ESales\Connector\Report\Attribute[]
# attributes( )

Returns

Apptus\ESales\Connector\Report\Attribute[]
An indexed array of Apptus\ESales\Connector\Report\Attribute objects for this ad. Sorted alphabetically by name.
public Apptus\ESales\Connector\Report\Attribute
# attribute( string $name )

Parameters

$name
name for the attribute to get.

Returns

Apptus\ESales\Connector\Report\Attribute
The attribute with the specified name, or null if there is no attribute with that name.
public
# __toString( )
Apptus ESales Connector PHP API documentation generated by ApiGen