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

NAME

Google::Ads::AdWords::v201309::DisplayAdSpec::AdSizeSpec

DESCRIPTION

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

Specification for an ad size. This specification allows customization by display options for more fine-grained control over returns, so that customers can associate ad options with specific sizes. For example, suppose the customer in general would like to see placements with {@code DisplayOption.STANDARD} and {@code DisplayOption.POP_UNDER} - except for 300x250 ads which should only be STANDARD. The customer would create a {@code DisplayAdSpec} with {@code DisplayOption.STANDARD} and {@code DisplayOption.POP_UNDER}, and also send in an {@code AdSizeSpec} with {@code width} of 300, {@code} height of 250, and {@code displayOptionFilter} set to {@code DisplayOption.STANDARD}.

PROPERTIES

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

  • width

  • height

  • activationOptionFilter

METHODS

new

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

AUTHOR

Generated by SOAP::WSDL