Fetches a list of valid ads. The list can be filtered by a search phrase
and allows different sort orders to be applied.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public AdList AdList(
string phrase,
string sortBy
)
Parameters
- phrase
- Type: SystemString
If non-null, filters the ad list to include only those
that contains the phrase in any attribute. - sortBy
- Type: SystemString
The sort by order for the ads. Available sort by values:
- ad_key [asc|desc]
- ctr [asc|desc]
- conversion [asc|desc]
- any ad attribute [asc|desc]
Return Value
Type:
AdListAn
AdList(String, String)See Also