Class: AdWords::V201003::CampaignService::CampaignStats
- Defined in:
- lib/adwords4r/v201003/CampaignService.rb
Overview
CampaignStats
-
startDate - SOAP::SOAPString
-
endDate - SOAP::SOAPString
-
network - AdWords::V201003::CampaignService::StatsNetwork
-
clicks - SOAP::SOAPLong
-
impressions - SOAP::SOAPLong
-
cost - AdWords::V201003::CampaignService::Money
-
averagePosition - SOAP::SOAPDouble
-
averageCpc - AdWords::V201003::CampaignService::Money
-
averageCpm - AdWords::V201003::CampaignService::Money
-
ctr - SOAP::SOAPDouble
-
conversions - SOAP::SOAPLong
-
conversionRate - SOAP::SOAPDouble
-
costPerConversion - AdWords::V201003::CampaignService::Money
-
conversionsManyPerClick - SOAP::SOAPLong
-
conversionRateManyPerClick - SOAP::SOAPDouble
-
costPerConversionManyPerClick - AdWords::V201003::CampaignService::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) ⇒ CampaignStats
constructor
A new instance of CampaignStats.
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) ⇒ CampaignStats
Returns a new instance of CampaignStats.
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 261 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.
250 251 252 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 250 def averageCpc @averageCpc end |
#averageCpm ⇒ Object
Returns the value of attribute averageCpm.
251 252 253 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 251 def averageCpm @averageCpm end |
#averagePosition ⇒ Object
Returns the value of attribute averagePosition.
249 250 251 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 249 def averagePosition @averagePosition end |
#clicks ⇒ Object
Returns the value of attribute clicks.
246 247 248 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 246 def clicks @clicks end |
#conversionRate ⇒ Object
Returns the value of attribute conversionRate.
254 255 256 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 254 def conversionRate @conversionRate end |
#conversionRateManyPerClick ⇒ Object
Returns the value of attribute conversionRateManyPerClick.
257 258 259 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 257 def conversionRateManyPerClick @conversionRateManyPerClick end |
#conversions ⇒ Object
Returns the value of attribute conversions.
253 254 255 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 253 def conversions @conversions end |
#conversionsManyPerClick ⇒ Object
Returns the value of attribute conversionsManyPerClick.
256 257 258 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 256 def conversionsManyPerClick @conversionsManyPerClick end |
#cost ⇒ Object
Returns the value of attribute cost.
248 249 250 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 248 def cost @cost end |
#costPerConversion ⇒ Object
Returns the value of attribute costPerConversion.
255 256 257 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 255 def costPerConversion @costPerConversion end |
#costPerConversionManyPerClick ⇒ Object
Returns the value of attribute costPerConversionManyPerClick.
258 259 260 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 258 def costPerConversionManyPerClick @costPerConversionManyPerClick end |
#ctr ⇒ Object
Returns the value of attribute ctr.
252 253 254 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 252 def ctr @ctr end |
#endDate ⇒ Object
Returns the value of attribute endDate.
244 245 246 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 244 def endDate @endDate end |
#impressions ⇒ Object
Returns the value of attribute impressions.
247 248 249 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 247 def impressions @impressions end |
#network ⇒ Object
Returns the value of attribute network.
245 246 247 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 245 def network @network end |
#startDate ⇒ Object
Returns the value of attribute startDate.
243 244 245 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 243 def startDate @startDate end |
#stats_Type ⇒ Object
Returns the value of attribute stats_Type.
259 260 261 |
# File 'lib/adwords4r/v201003/CampaignService.rb', line 259 def stats_Type @stats_Type end |