Class: AdWords::V200909::AdGroupAdService::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords4r/v200909/AdGroupAdService.rb

Overview

Stats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdWords::V200909::AdGroupAdService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdWords::V200909::AdGroupAdService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdWords::V200909::AdGroupAdService::Money

  • averageCpm - AdWords::V200909::AdGroupAdService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdWords::V200909::AdGroupAdService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdWords::V200909::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.



569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 569

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.



558
559
560
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 558

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



559
560
561
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 559

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



557
558
559
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 557

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



554
555
556
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 554

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



562
563
564
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 562

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



565
566
567
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 565

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



561
562
563
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 561

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



564
565
566
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 564

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



556
557
558
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 556

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



563
564
565
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 563

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



566
567
568
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 566

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



560
561
562
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 560

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



552
553
554
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 552

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



555
556
557
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 555

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



553
554
555
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 553

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



551
552
553
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 551

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



567
568
569
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 567

def stats_Type
  @stats_Type
end