NAME
Google::Ads::AdWords::v201109::TemplateAd
DESCRIPTION
Perl data type class for the XML Schema defined complexType TemplateAd from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Represents a <a href= "http://www.google.com/adwords/displaynetwork/plan-creative-campaigns/display-ad-builder.html" >Display Ad Builder</a> template ad. A template ad is composed of a template (specified by its ID) and the data that populates the template's fields. For a list of available templates and their required fields, see the <a href= "/apis/adwords/docs/appendix/templateads.html">Template Ads appendix</a>.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
templateId
adUnionId
templateElements
dimensions
name
duration
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::TemplateAd
templateId => $some_value, # long
adUnionId => $a_reference_to, # see Google::Ads::AdWords::v201109::AdUnionId
templateElements => $a_reference_to, # see Google::Ads::AdWords::v201109::TemplateElement
dimensions => $a_reference_to, # see Google::Ads::AdWords::v201109::Dimensions
name => $some_value, # string
duration => $some_value, # int
},
AUTHOR
Generated by SOAP::WSDL