Class: AdWords::V201008::BulkMutateJobService::AdExtensionOverrideStats

Inherits:
Stats
  • Object
show all
Defined in:
lib/adwords4r/v201008/BulkMutateJobService.rb

Overview

AdExtensionOverrideStats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdWords::V201008::BulkMutateJobService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdWords::V201008::BulkMutateJobService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdWords::V201008::BulkMutateJobService::Money

  • averageCpm - AdWords::V201008::BulkMutateJobService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdWords::V201008::BulkMutateJobService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdWords::V201008::BulkMutateJobService::Money

  • viewThroughConversions - SOAP::SOAPLong

  • totalConvValue - SOAP::SOAPLong

  • valuePerConv - SOAP::SOAPDouble

  • valuePerConvManyPerClick - SOAP::SOAPDouble

  • stats_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(startDate = nil, endDate = nil, network = nil, clicks = nil, impressions = nil, cost = nil, averagePosition = nil, averageCpc = nil, averageCpm = nil, ctr = nil, conversions = nil, conversionRate = nil, costPerConversion = nil, conversionsManyPerClick = nil, conversionRateManyPerClick = nil, costPerConversionManyPerClick = nil, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = nil, stats_Type = nil) ⇒ AdExtensionOverrideStats

Returns a new instance of AdExtensionOverrideStats.



4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4102

def initialize(startDate = nil, endDate = nil, network = nil, clicks = nil, impressions = nil, cost = nil, averagePosition = nil, averageCpc = nil, averageCpm = nil, ctr = nil, conversions = nil, conversionRate = nil, costPerConversion = nil, conversionsManyPerClick = nil, conversionRateManyPerClick = nil, costPerConversionManyPerClick = nil, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = nil, stats_Type = nil)
  @startDate = startDate
  @endDate = endDate
  @network = network
  @clicks = clicks
  @impressions = impressions
  @cost = cost
  @averagePosition = averagePosition
  @averageCpc = averageCpc
  @averageCpm = averageCpm
  @ctr = ctr
  @conversions = conversions
  @conversionRate = conversionRate
  @costPerConversion = costPerConversion
  @conversionsManyPerClick = conversionsManyPerClick
  @conversionRateManyPerClick = conversionRateManyPerClick
  @costPerConversionManyPerClick = costPerConversionManyPerClick
  @viewThroughConversions = viewThroughConversions
  @totalConvValue = totalConvValue
  @valuePerConv = valuePerConv
  @valuePerConvManyPerClick = valuePerConvManyPerClick
  @stats_Type = stats_Type
end

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.



4087
4088
4089
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4087

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



4088
4089
4090
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4088

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



4086
4087
4088
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4086

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



4083
4084
4085
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4083

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



4091
4092
4093
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4091

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



4094
4095
4096
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4094

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



4090
4091
4092
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4090

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



4093
4094
4095
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4093

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



4085
4086
4087
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4085

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



4092
4093
4094
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4092

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



4095
4096
4097
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4095

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



4089
4090
4091
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4089

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



4081
4082
4083
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4081

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



4084
4085
4086
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4084

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



4082
4083
4084
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4082

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



4080
4081
4082
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4080

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



4100
4101
4102
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4100

def stats_Type
  @stats_Type
end

#totalConvValueObject

Returns the value of attribute totalConvValue.



4097
4098
4099
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4097

def totalConvValue
  @totalConvValue
end

#valuePerConvObject

Returns the value of attribute valuePerConv.



4098
4099
4100
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4098

def valuePerConv
  @valuePerConv
end

#valuePerConvManyPerClickObject

Returns the value of attribute valuePerConvManyPerClick.



4099
4100
4101
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4099

def valuePerConvManyPerClick
  @valuePerConvManyPerClick
end

#viewThroughConversionsObject

Returns the value of attribute viewThroughConversions.



4096
4097
4098
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4096

def viewThroughConversions
  @viewThroughConversions
end