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

NAME

Google::Ads::AdWords::v201206::KeywordMatchSetting

DESCRIPTION

Perl data type class for the XML Schema defined complexType KeywordMatchSetting from the namespace https://adwords.google.com/api/adwords/cm/v201206.

Improved exact and phrase match option includes misspellings, plurals, and other close variants of your keywords. Default value set to {@code true} to include close variants. For more information, see the article <a href="https://support.google.com/adwords/bin/answer.py?answer=6100"> What are keyword matching options?</a>. This setting is required when creating new campaigns.

PROPERTIES

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

  • optIn

METHODS

new

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

 { # Google::Ads::AdWords::v201206::KeywordMatchSetting
   optIn =>  $some_value, # boolean
 },

AUTHOR

Generated by SOAP::WSDL