Class: AdCenterWrapper::GetHistoricalKeywordPerformanceRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetHistoricalKeywordPerformanceRequest
- 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
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#language ⇒ Object
Returns the value of attribute language.
-
#matchType ⇒ Object
Returns the value of attribute matchType.
-
#publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
-
#targetAdPosition ⇒ Object
Returns the value of attribute targetAdPosition.
-
#timeInterval ⇒ Object
Returns the value of attribute timeInterval.
Instance Method Summary collapse
-
#initialize(keywords = nil, timeInterval = nil, targetAdPosition = nil, matchType = nil, language = nil, publisherCountries = nil) ⇒ GetHistoricalKeywordPerformanceRequest
constructor
A new instance of GetHistoricalKeywordPerformanceRequest.
Constructor Details
permalink #initialize(keywords = nil, timeInterval = nil, targetAdPosition = nil, matchType = nil, language = nil, publisherCountries = nil) ⇒ GetHistoricalKeywordPerformanceRequest
Returns a new instance of GetHistoricalKeywordPerformanceRequest.
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
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
730 731 732 |
# File 'lib/AdIntelligenceService.rb', line 730 def keywords @keywords end |
permalink #language ⇒ Object
Returns the value of attribute language.
734 735 736 |
# File 'lib/AdIntelligenceService.rb', line 734 def language @language end |
permalink #matchType ⇒ Object
Returns the value of attribute matchType.
733 734 735 |
# File 'lib/AdIntelligenceService.rb', line 733 def matchType @matchType end |
permalink #publisherCountries ⇒ Object
Returns the value of attribute publisherCountries.
735 736 737 |
# File 'lib/AdIntelligenceService.rb', line 735 def publisherCountries @publisherCountries end |
permalink #targetAdPosition ⇒ Object
Returns the value of attribute targetAdPosition.
732 733 734 |
# File 'lib/AdIntelligenceService.rb', line 732 def targetAdPosition @targetAdPosition end |
permalink #timeInterval ⇒ Object
Returns the value of attribute timeInterval.
731 732 733 |
# File 'lib/AdIntelligenceService.rb', line 731 def timeInterval @timeInterval end |