Class: AdWords::V200909::BulkMutateJobService::AdExtensionOverrideStats
- Inherits:
-
Stats
- Object
- Stats
- AdWords::V200909::BulkMutateJobService::AdExtensionOverrideStats
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdExtensionOverrideStats
-
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
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
-
#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) ⇒ AdExtensionOverrideStats
constructor
A new instance of AdExtensionOverrideStats.
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) ⇒ AdExtensionOverrideStats
Returns a new instance of AdExtensionOverrideStats.
3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3227 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.
3216 3217 3218 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3216 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
3217 3218 3219 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3217 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
3215 3216 3217 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3215 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
3212 3213 3214 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3212 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
3220 3221 3222 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3220 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
3223 3224 3225 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3223 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
3219 3220 3221 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3219 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
3222 3223 3224 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3222 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
3214 3215 3216 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3214 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
3221 3222 3223 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3221 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
3224 3225 3226 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3224 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
3218 3219 3220 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3218 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
3210 3211 3212 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3210 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
3213 3214 3215 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3213 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
3211 3212 3213 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3211 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
3209 3210 3211 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3209 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
3225 3226 3227 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 3225 def stats_Type @stats_Type end |