Class: AdWords::V201008::AdExtensionOverrideService::AdExtensionOverrideStats
- Inherits:
-
Stats
- Object
- Stats
- AdWords::V201008::AdExtensionOverrideService::AdExtensionOverrideStats
- Defined in:
- lib/adwords4r/v201008/AdExtensionOverrideService.rb
Overview
AdExtensionOverrideStats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V201008::AdExtensionOverrideService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V201008::AdExtensionOverrideService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V201008::AdExtensionOverrideService::Money
-
averageCpm - AdWords::V201008::AdExtensionOverrideService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V201008::AdExtensionOverrideService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V201008::AdExtensionOverrideService::Money
-
viewThroughConversions - SOAP::SOAPLong
-
totalConvValue - SOAP::SOAPLong
-
valuePerConv - SOAP::SOAPDouble
-
valuePerConvManyPerClick - SOAP::SOAPDouble
-
stats_Type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
-
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
-
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
-
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
-
#conversions ⇒ Object
Returns the value of attribute conversions.
-
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
-
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
-
#ctr ⇒ Object
Returns the value of attribute ctr.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#impressions ⇒ Object
Returns the value of attribute impressions.
-
#network ⇒ Object
Returns the value of attribute network.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
-
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
-
#totalConvValue ⇒ Object
Returns the value of attribute totalConvValue.
-
#valuePerConv ⇒ Object
Returns the value of attribute valuePerConv.
-
#valuePerConvManyPerClick ⇒ Object
Returns the value of attribute valuePerConvManyPerClick.
-
#viewThroughConversions ⇒ Object
Returns the value of attribute viewThroughConversions.
Instance Method Summary collapse
-
#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, stats_Type = nil) ⇒ AdExtensionOverrideStats
constructor
A new instance of AdExtensionOverrideStats.
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, stats_Type = nil) ⇒ AdExtensionOverrideStats
Returns a new instance of AdExtensionOverrideStats.
368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 368 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, 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 @stats_Type = stats_Type end |
Instance Attribute Details
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
353 354 355 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 353 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
354 355 356 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 354 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
352 353 354 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 352 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
349 350 351 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 349 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
357 358 359 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 357 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
360 361 362 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 360 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
356 357 358 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 356 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
359 360 361 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 359 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
351 352 353 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 351 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
358 359 360 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 358 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
361 362 363 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 361 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
355 356 357 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 355 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
347 348 349 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 347 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
350 351 352 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 350 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
348 349 350 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 348 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
346 347 348 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 346 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
366 367 368 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 366 def stats_Type @stats_Type end |
#totalConvValue ⇒ Object
Returns the value of attribute totalConvValue.
363 364 365 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 363 def totalConvValue @totalConvValue end |
#valuePerConv ⇒ Object
Returns the value of attribute valuePerConv.
364 365 366 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 364 def valuePerConv @valuePerConv end |
#valuePerConvManyPerClick ⇒ Object
Returns the value of attribute valuePerConvManyPerClick.
365 366 367 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 365 def valuePerConvManyPerClick @valuePerConvManyPerClick end |
#viewThroughConversions ⇒ Object
Returns the value of attribute viewThroughConversions.
362 363 364 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 362 def viewThroughConversions @viewThroughConversions end |