Class: AdCenterWrapper::KeywordPerformance

Inherits:
Object
  • Object
show all
Defined in:
lib/AdIntelligenceService.rb

Overview

http://schemas.datacontract.org/2004/07/Microsoft.AdCenter.Advertiser.CampaignManagement.Api.DataContractsKeywordPerformance

keyword - SOAP::SOAPString
averageCpc - SOAP::SOAPDouble
impressions - AdCenterWrapper::Scale
bidDensity - AdCenterWrapper::Scale

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil, averageCpc = nil, impressions = nil, bidDensity = nil) ⇒ KeywordPerformance

Returns a new instance of KeywordPerformance.

[View source]

78
79
80
81
82
83
# File 'lib/AdIntelligenceService.rb', line 78

def initialize(keyword = nil, averageCpc = nil, impressions = nil, bidDensity = nil)
  @keyword = keyword
  @averageCpc = averageCpc
  @impressions = impressions
  @bidDensity = bidDensity
end

Instance Attribute Details

#averageCpcObject

Returns the value of attribute averageCpc.


74
75
76
# File 'lib/AdIntelligenceService.rb', line 74

def averageCpc
  @averageCpc
end

#bidDensityObject

Returns the value of attribute bidDensity.


76
77
78
# File 'lib/AdIntelligenceService.rb', line 76

def bidDensity
  @bidDensity
end

#impressionsObject

Returns the value of attribute impressions.


75
76
77
# File 'lib/AdIntelligenceService.rb', line 75

def impressions
  @impressions
end

#keywordObject

Returns the value of attribute keyword.


73
74
75
# File 'lib/AdIntelligenceService.rb', line 73

def keyword
  @keyword
end