Class: AdWords::V201008::BulkMutateJobService::Stats

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

Overview

Stats

  • 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) ⇒ Stats

Returns a new instance of Stats.



4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4032

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.



4017
4018
4019
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4017

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



4018
4019
4020
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4018

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



4016
4017
4018
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4016

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



4013
4014
4015
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4013

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



4021
4022
4023
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4021

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



4024
4025
4026
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4024

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



4020
4021
4022
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4020

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



4023
4024
4025
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4023

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



4015
4016
4017
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4015

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



4022
4023
4024
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4022

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



4025
4026
4027
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4025

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



4019
4020
4021
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4019

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



4011
4012
4013
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4011

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



4014
4015
4016
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4014

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



4012
4013
4014
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4012

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



4010
4011
4012
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4010

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



4030
4031
4032
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4030

def stats_Type
  @stats_Type
end

#totalConvValueObject

Returns the value of attribute totalConvValue.



4027
4028
4029
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4027

def totalConvValue
  @totalConvValue
end

#valuePerConvObject

Returns the value of attribute valuePerConv.



4028
4029
4030
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4028

def valuePerConv
  @valuePerConv
end

#valuePerConvManyPerClickObject

Returns the value of attribute valuePerConvManyPerClick.



4029
4030
4031
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4029

def valuePerConvManyPerClick
  @valuePerConvManyPerClick
end

#viewThroughConversionsObject

Returns the value of attribute viewThroughConversions.



4026
4027
4028
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4026

def viewThroughConversions
  @viewThroughConversions
end