Class: AdCenterWrapper::KeywordPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::KeywordPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8KeywordPerformanceReportFilter
adDistribution - (any)
adType - (any)
bidMatchType - (any)
cashback - (any)
deliveredMatchType - (any)
deviceType - (any)
keywords - AdCenterWrapper::ArrayOfstring
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#bidMatchType ⇒ Object
Returns the value of attribute bidMatchType.
-
#cashback ⇒ Object
Returns the value of attribute cashback.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, deviceType = nil, keywords = nil, languageAndRegion = nil, languageCode = nil) ⇒ KeywordPerformanceReportFilter
constructor
A new instance of KeywordPerformanceReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, deviceType = nil, keywords = nil, languageAndRegion = nil, languageCode = nil) ⇒ KeywordPerformanceReportFilter
Returns a new instance of KeywordPerformanceReportFilter.
1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 |
# File 'lib/ReportingService.rb', line 1009 def initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, deviceType = nil, keywords = nil, languageAndRegion = nil, languageCode = nil) @adDistribution = adDistribution @adType = adType @bidMatchType = bidMatchType @cashback = cashback @deliveredMatchType = deliveredMatchType @deviceType = deviceType @keywords = keywords @languageAndRegion = languageAndRegion @languageCode = languageCode end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
999 1000 1001 |
# File 'lib/ReportingService.rb', line 999 def adDistribution @adDistribution end |
permalink #adType ⇒ Object
Returns the value of attribute adType.
1000 1001 1002 |
# File 'lib/ReportingService.rb', line 1000 def adType @adType end |
permalink #bidMatchType ⇒ Object
Returns the value of attribute bidMatchType.
1001 1002 1003 |
# File 'lib/ReportingService.rb', line 1001 def bidMatchType @bidMatchType end |
permalink #cashback ⇒ Object
Returns the value of attribute cashback.
1002 1003 1004 |
# File 'lib/ReportingService.rb', line 1002 def cashback @cashback end |
permalink #deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
1003 1004 1005 |
# File 'lib/ReportingService.rb', line 1003 def deliveredMatchType @deliveredMatchType end |
permalink #deviceType ⇒ Object
Returns the value of attribute deviceType.
1004 1005 1006 |
# File 'lib/ReportingService.rb', line 1004 def deviceType @deviceType end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
1005 1006 1007 |
# File 'lib/ReportingService.rb', line 1005 def keywords @keywords end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
1006 1007 1008 |
# File 'lib/ReportingService.rb', line 1006 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
1007 1008 1009 |
# File 'lib/ReportingService.rb', line 1007 def languageCode @languageCode end |