Class: AdCenterWrapper::GetHistoricalKeywordPerformanceRequest

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

Overview

https://adcenter.microsoft.com/v8GetHistoricalKeywordPerformanceRequest

keywords - AdCenterWrapper::ArrayOfstring
timeInterval - AdCenterWrapper::TimeInterval
targetAdPosition - AdCenterWrapper::AdPosition
matchType - AdCenterWrapper::MatchType
language - SOAP::SOAPString
publisherCountries - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, timeInterval = nil, targetAdPosition = nil, matchType = nil, language = nil, publisherCountries = nil) ⇒ GetHistoricalKeywordPerformanceRequest

Returns a new instance of GetHistoricalKeywordPerformanceRequest.

[View source]

737
738
739
740
741
742
743
744
# File 'lib/AdIntelligenceService.rb', line 737

def initialize(keywords = nil, timeInterval = nil, targetAdPosition = nil, matchType = nil, language = nil, publisherCountries = nil)
  @keywords = keywords
  @timeInterval = timeInterval
  @targetAdPosition = targetAdPosition
  @matchType = matchType
  @language = language
  @publisherCountries = publisherCountries
end

Instance Attribute Details

#keywordsObject

Returns the value of attribute keywords.


730
731
732
# File 'lib/AdIntelligenceService.rb', line 730

def keywords
  @keywords
end

#languageObject

Returns the value of attribute language.


734
735
736
# File 'lib/AdIntelligenceService.rb', line 734

def language
  @language
end

#matchTypeObject

Returns the value of attribute matchType.


733
734
735
# File 'lib/AdIntelligenceService.rb', line 733

def matchType
  @matchType
end

#publisherCountriesObject

Returns the value of attribute publisherCountries.


735
736
737
# File 'lib/AdIntelligenceService.rb', line 735

def publisherCountries
  @publisherCountries
end

#targetAdPositionObject

Returns the value of attribute targetAdPosition.


732
733
734
# File 'lib/AdIntelligenceService.rb', line 732

def targetAdPosition
  @targetAdPosition
end

#timeIntervalObject

Returns the value of attribute timeInterval.


731
732
733
# File 'lib/AdIntelligenceService.rb', line 731

def timeInterval
  @timeInterval
end