Class: AdWords::V200909::AdGroupAdService::AdStats

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

Overview

AdStats

  • 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

  • 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.



687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 687

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.



675
676
677
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 675

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



676
677
678
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 676

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



674
675
676
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 674

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



671
672
673
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 671

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



679
680
681
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 679

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



682
683
684
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 682

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



678
679
680
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 678

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



681
682
683
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 681

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



673
674
675
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 673

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



680
681
682
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 680

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



683
684
685
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 683

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



677
678
679
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 677

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



669
670
671
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 669

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



672
673
674
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 672

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



670
671
672
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 670

def network
  @network
end

#percentServedObject

Returns the value of attribute percentServed.



685
686
687
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 685

def percentServed
  @percentServed
end

#startDateObject

Returns the value of attribute startDate.



668
669
670
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 668

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



684
685
686
# File 'lib/adwords4r/v200909/AdGroupAdService.rb', line 684

def stats_Type
  @stats_Type
end