The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201109::KeywordMatchTypeSearchParameter

DESCRIPTION

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

A {@link SearchParameter} for {@code KEYWORD} {@link IdeaType}s that specifies the {@link KeywordMatchType}s that all results must match. For example, results may be limited to only Broad or Exact matches. Setting no {@link KeywordMatchTypeSearchParameter} will match all targeting ideas, regardless of {@link KeywordMatchType}. If multiple {@link KeywordMatchType}s are set, a result need only match one match type to be returned. <p>This element is supported by following {@link IdeaType}s: KEYWORD. <p>This element is supported by following {@link RequestType}s: IDEAS, STATS.

PROPERTIES

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

  • keywordMatchTypes

METHODS

new

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

 { # Google::Ads::AdWords::v201109::KeywordMatchTypeSearchParameter
   keywordMatchTypes => $some_value, # KeywordMatchType
 },

AUTHOR

Generated by SOAP::WSDL