Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 912 Bytes

AdParamSelector.md

File metadata and controls

35 lines (22 loc) · 912 Bytes
title description author ms.author ms.service ms.topic
AdParamSelector object
Contains the methods for filtering the list of substitution parameters to return.
jonmeyers
jonmeyers
bing-ads-scripts
article

AdParamSelector

Contains the methods used to get a list of substitution parameters. For information about selectors, see Selectors.

Methods

Method Name Return Type Description
get AdParamIterator Gets an iterator used to iterate through the list of substitution parameters.

get

Gets an iterator used to iterate through the list of substitution parameters.

Returns

Type Description
AdParamIterator An iterator used to iterate through the substitution parameters.

See also