Google::Ads::AdWords::v201109::IdeaTextFilterSearchParameter


Back to Top


NAME

Google::Ads::AdWords::v201109::IdeaTextFilterSearchParameter

Back to Top


DESCRIPTION

Perl data type class for the XML Schema defined complexType IdeaTextFilterSearchParameter from the namespace https://adwords.google.com/api/adwords/o/v201109.

A {@link SearchParameter} for {@code KEYWORD} {@link IdeaType}s that specifies a collection of strings by which the results should be constrained. This guarantees that each idea in the result will match at least one of the {@code included} values. For this {@link SearchParameter}, excluded items will always take priority over included ones. This can handle a maximum of 200 (included + excluded) elements. <p>This element is supported by following {@link IdeaType}s: KEYWORD. <p>This element is supported by following {@link RequestType}s: IDEAS.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

Back to Top


METHODS

new

Constructor. The following data structure may be passed to new():

 { # Google::Ads::AdWords::v201109::IdeaTextFilterSearchParameter
   included =>  $some_value, # string
   excluded =>  $some_value, # string
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::IdeaTextFilterSearchParameter