Click or drag to resize
AdConversionReport Constructor
Creates an AdConversionReport. Note that null is illegal for all input parameters.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntax
C#
public AdConversionReport(
	XmlTree asXml,
	List<AdConversionReport. Section> sections,
	TimeInterval invl,
	Duration resolution
)

Parameters

asXml
Type: Apptus.Util.Xml.XmlTree
An XmlTree to be used if the ExportToXml(FileInfo) method is called.
sections
Type: System.Collections.Generic.List<AdConversionReport.Section>
A list of AdConversionReport. Section elements. One for each ad in the report.
invl
Type: Apptus.ESales.Connector.Time.TimeInterval
The time interval for the data in this report.
resolution
Type: Apptus.ESales.Connector.Time.Duration
The resolution for the data in this report.
See Also