Class: AdWords::V201008::AdGroupAdService::AdStats
- Defined in:
- lib/adwords4r/v201008/AdGroupAdService.rb
Overview
AdStats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V201008::AdGroupAdService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V201008::AdGroupAdService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V201008::AdGroupAdService::Money
-
averageCpm - AdWords::V201008::AdGroupAdService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V201008::AdGroupAdService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V201008::AdGroupAdService::Money
-
viewThroughConversions - SOAP::SOAPLong
-
totalConvValue - SOAP::SOAPLong
-
valuePerConv - SOAP::SOAPDouble
-
valuePerConvManyPerClick - SOAP::SOAPDouble
-
stats_Type - SOAP::SOAPString
-
percentServed - SOAP::SOAPDouble
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.
-
#percentServed ⇒ Object
Returns the value of attribute percentServed.
-
#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
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, percentServed = nil) ⇒ AdStats
Returns a new instance of AdStats.
685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 685 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, percentServed = 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 @percentServed = percentServed end |
Instance Attribute Details
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
669 670 671 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 669 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
670 671 672 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 670 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
668 669 670 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 668 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
665 666 667 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 665 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
673 674 675 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 673 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
676 677 678 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 676 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
672 673 674 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 672 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
675 676 677 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 675 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
667 668 669 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 667 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
674 675 676 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 674 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
677 678 679 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 677 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
671 672 673 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 671 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
663 664 665 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 663 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
666 667 668 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 666 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
664 665 666 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 664 def network @network end |
#percentServed ⇒ Object
Returns the value of attribute percentServed.
683 684 685 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 683 def percentServed @percentServed end |
#startDate ⇒ Object
Returns the value of attribute startDate.
662 663 664 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 662 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
682 683 684 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 682 def stats_Type @stats_Type end |
#totalConvValue ⇒ Object
Returns the value of attribute totalConvValue.
679 680 681 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 679 def totalConvValue @totalConvValue end |
#valuePerConv ⇒ Object
Returns the value of attribute valuePerConv.
680 681 682 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 680 def valuePerConv @valuePerConv end |
#valuePerConvManyPerClick ⇒ Object
Returns the value of attribute valuePerConvManyPerClick.
681 682 683 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 681 def valuePerConvManyPerClick @valuePerConvManyPerClick end |
#viewThroughConversions ⇒ Object
Returns the value of attribute viewThroughConversions.
678 679 680 |
# File 'lib/adwords4r/v201008/AdGroupAdService.rb', line 678 def viewThroughConversions @viewThroughConversions end |