Click or drag to resize
ReporterAdPlacement Method
Fetches a report for placements of ads.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public AdPlacementReport AdPlacement(
	List<string> adKeys
)

Parameters

adKeys
Type: System.Collections.GenericListString
The ads to include in the report.

Return Value

Type: AdPlacementReport
An AdPlacementReport
See Also