Class: AdWords::V201003::AdGroupAdService::Stats
- Inherits:
-
Object
- Object
- AdWords::V201003::AdGroupAdService::Stats
- Defined in:
- lib/adwords4r/v201003/AdGroupAdService.rb
Overview
Stats
-
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
Direct Known Subclasses
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.
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.
566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 566 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
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
555 556 557 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 555 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
556 557 558 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 556 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
554 555 556 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 554 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
551 552 553 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 551 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
559 560 561 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 559 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
562 563 564 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 562 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
558 559 560 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 558 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
561 562 563 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 561 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
553 554 555 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 553 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
560 561 562 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 560 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
563 564 565 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 563 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
557 558 559 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 557 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
549 550 551 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 549 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
552 553 554 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 552 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
550 551 552 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 550 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
548 549 550 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 548 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
564 565 566 |
# File 'lib/adwords4r/v201003/AdGroupAdService.rb', line 564 def stats_Type @stats_Type end |