NAME

Google::Ads::AdWords::v201109::ConversionTrackerStats

DESCRIPTION

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

Usage stats about a single {@link ConversionTracker}.

PROPERTIES

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

  • numConversionEvents

  • conversionValue

  • mostRecentConversionDate

  • numConvertedClicks

METHODS

new

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

{ # Google::Ads::AdWords::v201109::ConversionTrackerStats
  numConversionEvents =>  $some_value, # int
  conversionValue =>  $a_reference_to, # see Google::Ads::AdWords::v201109::Money
  mostRecentConversionDate =>  $some_value, # string
  numConvertedClicks =>  $some_value, # int
},

AUTHOR

Generated by SOAP::WSDL