Class: AdWords::V200909::BulkMutateJobService::AdStats
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdStats
-
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
-
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.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3287 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.
3275 3276 3277 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3275 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
3276 3277 3278 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3276 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
3274 3275 3276 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3274 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
3271 3272 3273 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3271 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
3279 3280 3281 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3279 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
3282 3283 3284 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3282 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
3278 3279 3280 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3278 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
3281 3282 3283 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3281 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
3273 3274 3275 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3273 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
3280 3281 3282 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3280 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
3283 3284 3285 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3283 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
3277 3278 3279 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3277 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
3269 3270 3271 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3269 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
3272 3273 3274 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3272 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
3270 3271 3272 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3270 def network @network end |
#percentServed ⇒ Object
Returns the value of attribute percentServed.
3285 3286 3287 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3285 def percentServed @percentServed end |
#startDate ⇒ Object
Returns the value of attribute startDate.
3268 3269 3270 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3268 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
3284 3285 3286 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3284 def stats_Type @stats_Type end |