Sub class for AdList report. Contains information about an ad together 
            with conversion rate and click through rate.
            
Inheritance Hierarchy
Apptus.ESales.Connector.ReportAdListSection
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Section
The AdListSection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AdListSection | Initializes a new instance of the AdListSection class  | 
Properties
| Name | Description | |
|---|---|---|
| Ad | 
            The ad.
              | |
| Conversion | 
            Conversion rate for the ad. Returns a Rate with value double.NaN if the conversion rate could not
            be calculated for the ad.
              | |
| Ctr | 
            The click-through rate for the ad. Returns a Rate with value double.NaN if the CTR could not
            be calculated for the ad.
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also