NAME
Google::Ads::AdWords::v201206::Stats
DESCRIPTION
Perl data type class for the XML Schema defined complexType Stats from the namespace https://adwords.google.com/api/adwords/cm/v201206.
Statistics about an ad or criterion within an ad group or campaign.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
startDate
endDate
network
clicks
impressions
cost
averagePosition
averageCpc
averageCpm
ctr
conversions
viewThroughConversions
Stats__Type
Note: The name of this property has been altered, because it didn't match perl's notion of variable/subroutine names. The altered name is used in perl code only, XML output uses the original name:
Stats.Type
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201206::Stats
startDate => $some_value, # string
endDate => $some_value, # string
network => $some_value, # Stats.Network
clicks => $some_value, # long
impressions => $some_value, # long
cost => $a_reference_to, # see Google::Ads::AdWords::v201206::Money
averagePosition => $some_value, # double
averageCpc => $a_reference_to, # see Google::Ads::AdWords::v201206::Money
averageCpm => $a_reference_to, # see Google::Ads::AdWords::v201206::Money
ctr => $some_value, # double
conversions => $some_value, # long
viewThroughConversions => $some_value, # long
Stats__Type => $some_value, # string
},
AUTHOR
Generated by SOAP::WSDL