Class: AdWords::V201008::BulkMutateJobService::CampaignStats

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

Overview

CampaignStats

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

Returns a new instance of CampaignStats.



4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4315

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.



4300
4301
4302
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4300

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



4301
4302
4303
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4301

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



4299
4300
4301
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4299

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



4296
4297
4298
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4296

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



4304
4305
4306
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4304

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



4307
4308
4309
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4307

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



4303
4304
4305
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4303

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



4306
4307
4308
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4306

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



4298
4299
4300
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4298

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



4305
4306
4307
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4305

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



4308
4309
4310
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4308

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



4302
4303
4304
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4302

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



4294
4295
4296
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4294

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



4297
4298
4299
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4297

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



4295
4296
4297
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4295

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



4293
4294
4295
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4293

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



4313
4314
4315
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4313

def stats_Type
  @stats_Type
end

#totalConvValueObject

Returns the value of attribute totalConvValue.



4310
4311
4312
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4310

def totalConvValue
  @totalConvValue
end

#valuePerConvObject

Returns the value of attribute valuePerConv.



4311
4312
4313
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4311

def valuePerConv
  @valuePerConv
end

#valuePerConvManyPerClickObject

Returns the value of attribute valuePerConvManyPerClick.



4312
4313
4314
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4312

def valuePerConvManyPerClick
  @valuePerConvManyPerClick
end

#viewThroughConversionsObject

Returns the value of attribute viewThroughConversions.



4309
4310
4311
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 4309

def viewThroughConversions
  @viewThroughConversions
end