Class: AdWords::V201003::BulkMutateJobService::AdStats
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdStats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V201003::BulkMutateJobService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V201003::BulkMutateJobService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V201003::BulkMutateJobService::Money
-
averageCpm - AdWords::V201003::BulkMutateJobService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V201003::BulkMutateJobService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V201003::BulkMutateJobService::Money
-
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.
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, percentServed = nil) ⇒ AdStats
Returns a new instance of AdStats.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3726 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, 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 @stats_Type = stats_Type @percentServed = percentServed end |
Instance Attribute Details
#averageCpc ⇒ Object
Returns the value of attribute averageCpc.
3714 3715 3716 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3714 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
3715 3716 3717 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3715 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
3713 3714 3715 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3713 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
3710 3711 3712 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3710 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
3718 3719 3720 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3718 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
3721 3722 3723 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3721 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
3717 3718 3719 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3717 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
3720 3721 3722 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3720 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
3712 3713 3714 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3712 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
3719 3720 3721 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3719 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
3722 3723 3724 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3722 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
3716 3717 3718 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3716 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
3708 3709 3710 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3708 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
3711 3712 3713 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3711 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
3709 3710 3711 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3709 def network @network end |
#percentServed ⇒ Object
Returns the value of attribute percentServed.
3724 3725 3726 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3724 def percentServed @percentServed end |
#startDate ⇒ Object
Returns the value of attribute startDate.
3707 3708 3709 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3707 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
3723 3724 3725 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3723 def stats_Type @stats_Type end |