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
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
| Name | Description | |
|---|---|---|
| AdConversionReportSection | Initializes a new instance of the AdConversionReportSection class |
Properties
| Name | Description | |
|---|---|---|
| Ad |
The ad with attributes and start and end time.
| |
| AverageCampaignConversionRate |
Average conversion rate for the campaign. This is a Rate with value Double.NaN
if the ad does not belong to a campaign.
| |
| ConversionRateForCampaign |
A timeline of conversion rate for visits that has seen the campaign that this ad is part of.
| |
| ConversionRateWithAd |
A timeline of conversion rate for visits that has seen this ad.
| |
| ConversionRateWithoutAd |
A timeline of conversion rate for visits that has not seen this 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