Class: AdWords::V201003::BulkMutateJobService::AdStats

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

Overview

AdStats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdWords::V201003::BulkMutateJobService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdWords::V201003::BulkMutateJobService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdWords::V201003::BulkMutateJobService::Money

  • averageCpm - AdWords::V201003::BulkMutateJobService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdWords::V201003::BulkMutateJobService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

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



3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3726

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.



3714
3715
3716
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3714

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



3715
3716
3717
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3715

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



3713
3714
3715
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3713

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



3710
3711
3712
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3710

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



3718
3719
3720
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3718

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



3721
3722
3723
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3721

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



3717
3718
3719
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3717

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



3720
3721
3722
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3720

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



3712
3713
3714
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3712

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



3719
3720
3721
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3719

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



3722
3723
3724
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3722

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



3716
3717
3718
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3716

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



3708
3709
3710
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3708

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



3711
3712
3713
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3711

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



3709
3710
3711
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3709

def network
  @network
end

#percentServedObject

Returns the value of attribute percentServed.



3724
3725
3726
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3724

def percentServed
  @percentServed
end

#startDateObject

Returns the value of attribute startDate.



3707
3708
3709
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3707

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



3723
3724
3725
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3723

def stats_Type
  @stats_Type
end