NAME
Google::Ads::AdWords::v201109::LocationExtension
DESCRIPTION
Perl data type class for the XML Schema defined complexType LocationExtension from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Location based ad extension.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
address
geoPoint
encodedLocation
companyName
phoneNumber
source
iconMediaId
imageMediaId
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::LocationExtension
address => $a_reference_to, # see Google::Ads::AdWords::v201109::Address
geoPoint => $a_reference_to, # see Google::Ads::AdWords::v201109::GeoPoint
encodedLocation => $some_value, # base64Binary
companyName => $some_value, # string
phoneNumber => $some_value, # string
source => $some_value, # LocationExtension.Source
iconMediaId => $some_value, # long
imageMediaId => $some_value, # long
},
AUTHOR
Generated by SOAP::WSDL