Class: AdCenterWrapper::SearchQueryPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SearchQueryPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8SearchQueryPerformanceReportFilter
adStatus - (any)
adType - (any)
campaignStatus - (any)
deliveredMatchType - (any)
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring
searchQueries - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adStatus ⇒ Object
Returns the value of attribute adStatus.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#campaignStatus ⇒ Object
Returns the value of attribute campaignStatus.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#languageCode ⇒ Object
Returns the value of attribute languageCode.
-
#searchQueries ⇒ Object
Returns the value of attribute searchQueries.
Instance Method Summary collapse
-
#initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, languageCode = nil, searchQueries = nil) ⇒ SearchQueryPerformanceReportFilter
constructor
A new instance of SearchQueryPerformanceReportFilter.
Constructor Details
permalink #initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, languageCode = nil, searchQueries = nil) ⇒ SearchQueryPerformanceReportFilter
Returns a new instance of SearchQueryPerformanceReportFilter.
1265 1266 1267 1268 1269 1270 1271 1272 1273 |
# File 'lib/ReportingService.rb', line 1265 def initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, languageCode = nil, searchQueries = nil) @adStatus = adStatus @adType = adType @campaignStatus = campaignStatus @deliveredMatchType = deliveredMatchType @languageAndRegion = languageAndRegion @languageCode = languageCode @searchQueries = searchQueries end |
Instance Attribute Details
permalink #adStatus ⇒ Object
Returns the value of attribute adStatus.
1257 1258 1259 |
# File 'lib/ReportingService.rb', line 1257 def adStatus @adStatus end |
permalink #adType ⇒ Object
Returns the value of attribute adType.
1258 1259 1260 |
# File 'lib/ReportingService.rb', line 1258 def adType @adType end |
permalink #campaignStatus ⇒ Object
Returns the value of attribute campaignStatus.
1259 1260 1261 |
# File 'lib/ReportingService.rb', line 1259 def campaignStatus @campaignStatus end |
permalink #deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
1260 1261 1262 |
# File 'lib/ReportingService.rb', line 1260 def deliveredMatchType @deliveredMatchType end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
1261 1262 1263 |
# File 'lib/ReportingService.rb', line 1261 def languageAndRegion @languageAndRegion end |
permalink #languageCode ⇒ Object
Returns the value of attribute languageCode.
1262 1263 1264 |
# File 'lib/ReportingService.rb', line 1262 def languageCode @languageCode end |
permalink #searchQueries ⇒ Object
Returns the value of attribute searchQueries.
1263 1264 1265 |
# File 'lib/ReportingService.rb', line 1263 def searchQueries @searchQueries end |