Class: AdwordsApi::V201003::AdGroupAdService::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201003/AdGroupAdService.rb

Overview

Stats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdwordsApi::V201003::AdGroupAdService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdwordsApi::V201003::AdGroupAdService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdwordsApi::V201003::AdGroupAdService::Money

  • averageCpm - AdwordsApi::V201003::AdGroupAdService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdwordsApi::V201003::AdGroupAdService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdwordsApi::V201003::AdGroupAdService::Money

  • stats_Type - SOAP::SOAPString

Direct Known Subclasses

AdExtensionOverrideStats, AdStats

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, stats_Type = nil) ⇒ Stats

Returns a new instance of Stats.



355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 355

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, 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
  @stats_Type = stats_Type
end

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.



344
345
346
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 344

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



345
346
347
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 345

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



343
344
345
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 343

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



340
341
342
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 340

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



348
349
350
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 348

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



351
352
353
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 351

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



347
348
349
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 347

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



350
351
352
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 350

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



342
343
344
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 342

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



349
350
351
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 349

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



352
353
354
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 352

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



346
347
348
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 346

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



338
339
340
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 338

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



341
342
343
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 341

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



339
340
341
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 339

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



337
338
339
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 337

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



353
354
355
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 353

def stats_Type
  @stats_Type
end