Class: AdWords::V200909::BulkMutateJobService::Stats
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::Stats
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
Stats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V200909::BulkMutateJobService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V200909::BulkMutateJobService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V200909::BulkMutateJobService::Money
-
averageCpm - AdWords::V200909::BulkMutateJobService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V200909::BulkMutateJobService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V200909::BulkMutateJobService::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.
3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3169 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.
3158 3159 3160 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3158 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
3159 3160 3161 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3159 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
3157 3158 3159 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3157 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
3154 3155 3156 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3154 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
3162 3163 3164 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3162 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
3165 3166 3167 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3165 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
3161 3162 3163 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3161 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
3164 3165 3166 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3164 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
3156 3157 3158 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3156 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
3163 3164 3165 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3163 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
3166 3167 3168 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3166 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
3160 3161 3162 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3160 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
3152 3153 3154 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3152 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
3155 3156 3157 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3155 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
3153 3154 3155 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3153 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
3151 3152 3153 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3151 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
3167 3168 3169 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3167 def stats_Type @stats_Type end |