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: 3.47.3
Syntax
C#
public AdConversionReport( XmlTree asXml, List<AdConversionReportSection> sections, TimeInterval invl, Duration resolution )
Parameters
- asXml
- Type: Apptus.Util.XmlXmlTree
An XmlTree to be used if the ExportToXml(FileInfo) method is called. - sections
- Type: System.Collections.GenericListAdConversionReportSection
A list of AdConversionReportSection elements. One for each ad in the report. - invl
- Type: Apptus.ESales.Connector.TimeTimeInterval
The time interval for the data in this report. - resolution
- Type: Apptus.ESales.Connector.TimeDuration
The resolution for the data in this report.
See Also