NAME

Google::Ads::AdWords::v201206::RichMediaAd

DESCRIPTION

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

Data associated with a rich media ad. <span class="constraint AdxEnabled">This is disabled for AdX when it is contained within Operators: ADD, SET.</span>

PROPERTIES

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

  • name

  • dimensions

  • snippet

  • impressionBeaconUrl

  • adDuration

  • certifiedVendorFormatId

  • sourceUrl

  • richMediaAdType

METHODS

new

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

{ # Google::Ads::AdWords::v201206::RichMediaAd
  name =>  $some_value, # string
  dimensions =>  $a_reference_to, # see Google::Ads::AdWords::v201206::Dimensions
  snippet =>  $some_value, # string
  impressionBeaconUrl =>  $some_value, # string
  adDuration =>  $some_value, # int
  certifiedVendorFormatId =>  $some_value, # long
  sourceUrl =>  $some_value, # string
  richMediaAdType => $some_value, # RichMediaAd.RichMediaAdType
},

AUTHOR

Generated by SOAP::WSDL