Class: AdwordsApi::V201003::AdGroupAdService::AdStats

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

Overview

AdStats

  • 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

  • percentServed - SOAP::SOAPDouble

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, percentServed = nil) ⇒ AdStats

Returns a new instance of AdStats.



473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 473

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

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.



461
462
463
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 461

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



462
463
464
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 462

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



460
461
462
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 460

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



457
458
459
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 457

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



465
466
467
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 465

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



468
469
470
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 468

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



464
465
466
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 464

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



467
468
469
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 467

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



459
460
461
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 459

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



466
467
468
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 466

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



469
470
471
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 469

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



463
464
465
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 463

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



455
456
457
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 455

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



458
459
460
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 458

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



456
457
458
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 456

def network
  @network
end

#percentServedObject

Returns the value of attribute percentServed.



471
472
473
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 471

def percentServed
  @percentServed
end

#startDateObject

Returns the value of attribute startDate.



454
455
456
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 454

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



470
471
472
# File 'lib/adwords_api/v201003/AdGroupAdService.rb', line 470

def stats_Type
  @stats_Type
end