Fetches a report for conversion rates of ads.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public AdConversionReport AdConversion( List<string> adKeys, Duration resolution )
Parameters
- adKeys
- Type: System.Collections.GenericListString
The ads to include in the report. - resolution
- Type: Apptus.ESales.Connector.TimeDuration
The resolution used when the report is aggregated.
Return Value
Type: AdConversionReportAn AdConversionReport
See Also