Class: AdCenterWrapper::EstimatedPositionAndTraffic
- Inherits:
-
Object
- Object
- AdCenterWrapper::EstimatedPositionAndTraffic
- Defined in:
- lib/AdIntelligenceService.rb
Overview
http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsEstimatedPositionAndTraffic
matchType - AdCenterWrapper::MatchType
minClicksPerWeek - SOAP::SOAPInt
maxClicksPerWeek - SOAP::SOAPInt
averageCPC - SOAP::SOAPDouble
minImpressionsPerWeek - SOAP::SOAPInt
maxImpressionsPerWeek - SOAP::SOAPInt
cTR - SOAP::SOAPDouble
minTotalCostPerWeek - SOAP::SOAPDouble
maxTotalCostPerWeek - SOAP::SOAPDouble
currency - AdCenterWrapper::Currency
estimatedAdPosition - AdCenterWrapper::AdPosition
Instance Attribute Summary collapse
-
#averageCPC ⇒ Object
Returns the value of attribute averageCPC.
-
#cTR ⇒ Object
Returns the value of attribute cTR.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#estimatedAdPosition ⇒ Object
Returns the value of attribute estimatedAdPosition.
-
#matchType ⇒ Object
Returns the value of attribute matchType.
-
#maxClicksPerWeek ⇒ Object
Returns the value of attribute maxClicksPerWeek.
-
#maxImpressionsPerWeek ⇒ Object
Returns the value of attribute maxImpressionsPerWeek.
-
#maxTotalCostPerWeek ⇒ Object
Returns the value of attribute maxTotalCostPerWeek.
-
#minClicksPerWeek ⇒ Object
Returns the value of attribute minClicksPerWeek.
-
#minImpressionsPerWeek ⇒ Object
Returns the value of attribute minImpressionsPerWeek.
-
#minTotalCostPerWeek ⇒ Object
Returns the value of attribute minTotalCostPerWeek.
Instance Method Summary collapse
-
#initialize(matchType = nil, minClicksPerWeek = nil, maxClicksPerWeek = nil, averageCPC = nil, minImpressionsPerWeek = nil, maxImpressionsPerWeek = nil, cTR = nil, minTotalCostPerWeek = nil, maxTotalCostPerWeek = nil, currency = nil, estimatedAdPosition = nil) ⇒ EstimatedPositionAndTraffic
constructor
A new instance of EstimatedPositionAndTraffic.
Constructor Details
permalink #initialize(matchType = nil, minClicksPerWeek = nil, maxClicksPerWeek = nil, averageCPC = nil, minImpressionsPerWeek = nil, maxImpressionsPerWeek = nil, cTR = nil, minTotalCostPerWeek = nil, maxTotalCostPerWeek = nil, currency = nil, estimatedAdPosition = nil) ⇒ EstimatedPositionAndTraffic
Returns a new instance of EstimatedPositionAndTraffic.
236 237 238 239 240 241 242 243 244 245 246 247 248 |
# File 'lib/AdIntelligenceService.rb', line 236 def initialize(matchType = nil, minClicksPerWeek = nil, maxClicksPerWeek = nil, averageCPC = nil, minImpressionsPerWeek = nil, maxImpressionsPerWeek = nil, cTR = nil, minTotalCostPerWeek = nil, maxTotalCostPerWeek = nil, currency = nil, estimatedAdPosition = nil) @matchType = matchType @minClicksPerWeek = minClicksPerWeek @maxClicksPerWeek = maxClicksPerWeek @averageCPC = averageCPC @minImpressionsPerWeek = minImpressionsPerWeek @maxImpressionsPerWeek = maxImpressionsPerWeek @cTR = cTR @minTotalCostPerWeek = minTotalCostPerWeek @maxTotalCostPerWeek = maxTotalCostPerWeek @currency = currency @estimatedAdPosition = estimatedAdPosition end |
Instance Attribute Details
permalink #averageCPC ⇒ Object
Returns the value of attribute averageCPC.
227 228 229 |
# File 'lib/AdIntelligenceService.rb', line 227 def averageCPC @averageCPC end |
permalink #cTR ⇒ Object
Returns the value of attribute cTR.
230 231 232 |
# File 'lib/AdIntelligenceService.rb', line 230 def cTR @cTR end |
permalink #currency ⇒ Object
Returns the value of attribute currency.
233 234 235 |
# File 'lib/AdIntelligenceService.rb', line 233 def currency @currency end |
permalink #estimatedAdPosition ⇒ Object
Returns the value of attribute estimatedAdPosition.
234 235 236 |
# File 'lib/AdIntelligenceService.rb', line 234 def estimatedAdPosition @estimatedAdPosition end |
permalink #matchType ⇒ Object
Returns the value of attribute matchType.
224 225 226 |
# File 'lib/AdIntelligenceService.rb', line 224 def matchType @matchType end |
permalink #maxClicksPerWeek ⇒ Object
Returns the value of attribute maxClicksPerWeek.
226 227 228 |
# File 'lib/AdIntelligenceService.rb', line 226 def maxClicksPerWeek @maxClicksPerWeek end |
permalink #maxImpressionsPerWeek ⇒ Object
Returns the value of attribute maxImpressionsPerWeek.
229 230 231 |
# File 'lib/AdIntelligenceService.rb', line 229 def maxImpressionsPerWeek @maxImpressionsPerWeek end |
permalink #maxTotalCostPerWeek ⇒ Object
Returns the value of attribute maxTotalCostPerWeek.
232 233 234 |
# File 'lib/AdIntelligenceService.rb', line 232 def maxTotalCostPerWeek @maxTotalCostPerWeek end |
permalink #minClicksPerWeek ⇒ Object
Returns the value of attribute minClicksPerWeek.
225 226 227 |
# File 'lib/AdIntelligenceService.rb', line 225 def minClicksPerWeek @minClicksPerWeek end |
permalink #minImpressionsPerWeek ⇒ Object
Returns the value of attribute minImpressionsPerWeek.
228 229 230 |
# File 'lib/AdIntelligenceService.rb', line 228 def minImpressionsPerWeek @minImpressionsPerWeek end |
permalink #minTotalCostPerWeek ⇒ Object
Returns the value of attribute minTotalCostPerWeek.
231 232 233 |
# File 'lib/AdIntelligenceService.rb', line 231 def minTotalCostPerWeek @minTotalCostPerWeek end |