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