Class: AdWords::V201003::AdGroupAdService::AdExtensionOverrideStats

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

Overview

AdExtensionOverrideStats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdWords::V201003::AdGroupAdService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdWords::V201003::AdGroupAdService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdWords::V201003::AdGroupAdService::Money

  • averageCpm - AdWords::V201003::AdGroupAdService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdWords::V201003::AdGroupAdService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdWords::V201003::AdGroupAdService::Money

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

Returns a new instance of AdExtensionOverrideStats.



624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 624

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.



613
614
615
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 613

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



614
615
616
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 614

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



612
613
614
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 612

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



609
610
611
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 609

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



617
618
619
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 617

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



620
621
622
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 620

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



616
617
618
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 616

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



619
620
621
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 619

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



611
612
613
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 611

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



618
619
620
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 618

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



621
622
623
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 621

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



615
616
617
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 615

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



607
608
609
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 607

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



610
611
612
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 610

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



608
609
610
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 608

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



606
607
608
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 606

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



622
623
624
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 622

def stats_Type
  @stats_Type
end