Class: AdWords::V201003::AdGroupCriterionService::Stats

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

Overview

Stats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdWords::V201003::AdGroupCriterionService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdWords::V201003::AdGroupCriterionService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdWords::V201003::AdGroupCriterionService::Money

  • averageCpm - AdWords::V201003::AdGroupCriterionService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdWords::V201003::AdGroupCriterionService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdWords::V201003::AdGroupCriterionService::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) ⇒ Stats

Returns a new instance of Stats.



258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 258

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.



247
248
249
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 247

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



248
249
250
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 248

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



246
247
248
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 246

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



243
244
245
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 243

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



251
252
253
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 251

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



254
255
256
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 254

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



250
251
252
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 250

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



253
254
255
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 253

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



245
246
247
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 245

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



252
253
254
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 252

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



255
256
257
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 255

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



249
250
251
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 249

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



241
242
243
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 241

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



244
245
246
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 244

def impressions
  @impressions
end

#networkObject

Returns the value of attribute network.



242
243
244
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 242

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



240
241
242
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 240

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



256
257
258
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 256

def stats_Type
  @stats_Type
end