Class: AdwordsApi::V201101::AdGroupAdService::Stats

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/AdGroupAdService.rb

Overview

Stats

  • startDate - SOAP::SOAPString

  • endDate - SOAP::SOAPString

  • network - AdwordsApi::V201101::AdGroupAdService::StatsNetwork

  • clicks - SOAP::SOAPLong

  • impressions - SOAP::SOAPLong

  • cost - AdwordsApi::V201101::AdGroupAdService::Money

  • averagePosition - SOAP::SOAPDouble

  • averageCpc - AdwordsApi::V201101::AdGroupAdService::Money

  • averageCpm - AdwordsApi::V201101::AdGroupAdService::Money

  • ctr - SOAP::SOAPDouble

  • conversions - SOAP::SOAPLong

  • conversionRate - SOAP::SOAPDouble

  • costPerConversion - AdwordsApi::V201101::AdGroupAdService::Money

  • conversionsManyPerClick - SOAP::SOAPLong

  • conversionRateManyPerClick - SOAP::SOAPDouble

  • costPerConversionManyPerClick - AdwordsApi::V201101::AdGroupAdService::Money

  • viewThroughConversions - SOAP::SOAPLong

  • totalConvValue - SOAP::SOAPLong

  • valuePerConv - SOAP::SOAPDouble

  • valuePerConvManyPerClick - SOAP::SOAPDouble

  • invalidClicks - SOAP::SOAPLong

  • invalidClickRate - SOAP::SOAPDouble

  • 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, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = nil, invalidClicks = nil, invalidClickRate = nil, stats_Type = nil) ⇒ Stats

Returns a new instance of Stats.



357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 357

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, viewThroughConversions = nil, totalConvValue = nil, valuePerConv = nil, valuePerConvManyPerClick = nil, invalidClicks = nil, invalidClickRate = 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
  @viewThroughConversions = viewThroughConversions
  @totalConvValue = totalConvValue
  @valuePerConv = valuePerConv
  @valuePerConvManyPerClick = valuePerConvManyPerClick
  @invalidClicks = invalidClicks
  @invalidClickRate = invalidClickRate
  @stats_Type = stats_Type
end

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.



340
341
342
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 340

def averageCpc
  @averageCpc
end

#averageCpmObject

Returns the value of attribute averageCpm.



341
342
343
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 341

def averageCpm
  @averageCpm
end

#averagePositionObject

Returns the value of attribute averagePosition.



339
340
341
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 339

def averagePosition
  @averagePosition
end

#clicksObject

Returns the value of attribute clicks.



336
337
338
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 336

def clicks
  @clicks
end

#conversionRateObject

Returns the value of attribute conversionRate.



344
345
346
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 344

def conversionRate
  @conversionRate
end

#conversionRateManyPerClickObject

Returns the value of attribute conversionRateManyPerClick.



347
348
349
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 347

def conversionRateManyPerClick
  @conversionRateManyPerClick
end

#conversionsObject

Returns the value of attribute conversions.



343
344
345
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 343

def conversions
  @conversions
end

#conversionsManyPerClickObject

Returns the value of attribute conversionsManyPerClick.



346
347
348
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 346

def conversionsManyPerClick
  @conversionsManyPerClick
end

#costObject

Returns the value of attribute cost.



338
339
340
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 338

def cost
  @cost
end

#costPerConversionObject

Returns the value of attribute costPerConversion.



345
346
347
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 345

def costPerConversion
  @costPerConversion
end

#costPerConversionManyPerClickObject

Returns the value of attribute costPerConversionManyPerClick.



348
349
350
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 348

def costPerConversionManyPerClick
  @costPerConversionManyPerClick
end

#ctrObject

Returns the value of attribute ctr.



342
343
344
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 342

def ctr
  @ctr
end

#endDateObject

Returns the value of attribute endDate.



334
335
336
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 334

def endDate
  @endDate
end

#impressionsObject

Returns the value of attribute impressions.



337
338
339
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 337

def impressions
  @impressions
end

#invalidClickRateObject

Returns the value of attribute invalidClickRate.



354
355
356
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 354

def invalidClickRate
  @invalidClickRate
end

#invalidClicksObject

Returns the value of attribute invalidClicks.



353
354
355
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 353

def invalidClicks
  @invalidClicks
end

#networkObject

Returns the value of attribute network.



335
336
337
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 335

def network
  @network
end

#startDateObject

Returns the value of attribute startDate.



333
334
335
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 333

def startDate
  @startDate
end

#stats_TypeObject

Returns the value of attribute stats_Type.



355
356
357
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 355

def stats_Type
  @stats_Type
end

#totalConvValueObject

Returns the value of attribute totalConvValue.



350
351
352
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 350

def totalConvValue
  @totalConvValue
end

#valuePerConvObject

Returns the value of attribute valuePerConv.



351
352
353
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 351

def valuePerConv
  @valuePerConv
end

#valuePerConvManyPerClickObject

Returns the value of attribute valuePerConvManyPerClick.



352
353
354
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 352

def valuePerConvManyPerClick
  @valuePerConvManyPerClick
end

#viewThroughConversionsObject

Returns the value of attribute viewThroughConversions.



349
350
351
# File 'lib/adwords_api/v201101/AdGroupAdService.rb', line 349

def viewThroughConversions
  @viewThroughConversions
end