AdConversionReportSection ClassA Sandcastle Documented Class Library
A section in an AdConversionReport. It contains attribute information about an ad together with the average conversion rate for the campaign that this ad belongs to, and timelines for the following: - Conversion rate for visits that has seen this ad. - Conversion rate for visits that has not seen this ad. - Conversion rate for the campaign that this ad is part of.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.Connector.ReportAdConversionReportSection

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public class Section

The AdConversionReportSection type exposes the following members.

Constructors

  NameDescription
Public methodAdConversionReportSection
Initializes a new instance of the AdConversionReportSection class
Top
Properties

  NameDescription
Public propertyAd
The ad with attributes and start and end time.
Public propertyAverageCampaignConversionRate
Average conversion rate for the campaign. This is a Rate with value Double.NaN if the ad does not belong to a campaign.
Public propertyConversionRateForCampaign
A timeline of conversion rate for visits that has seen the campaign that this ad is part of.
Public propertyConversionRateWithAd
A timeline of conversion rate for visits that has seen this ad.
Public propertyConversionRateWithoutAd
A timeline of conversion rate for visits that has not seen this ad.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference