AdConversionReportSection Constructor A Sandcastle Documented Class Library

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

C#
public Section(
	Ad ad,
	Rate avgCrCampaign,
	Timeline<Rate> crWithAd,
	Timeline<Rate> crWithoutAd,
	Timeline<Rate> crCampaign
)

Parameters

ad
Type: Apptus.ESales.Connector.ReportAd
Information about this ad. Can not be null.
avgCrCampaign
Type: Apptus.ESales.Connector.ReportRate
Average conversion rate for the campaign that this ad is part of. Use Rate.NaN() if the average conversion rate can not be calculated.
crWithAd
Type: Apptus.ESales.Connector.ReportTimelineRate
Conversion rate for visits that has seen this ad. Can not be null.
crWithoutAd
Type: Apptus.ESales.Connector.ReportTimelineRate
Conversion rate for visits that has not seen this ad. Can not be null.
crCampaign
Type: Apptus.ESales.Connector.ReportTimelineRate
Conversion rate for the campaign that this ad is part of. Can not be null.
See Also

Reference