Class: AdCenterWrapper::SearchQueryPerformanceReportFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(adStatus = nil, adType = nil, campaignStatus = nil, deliveredMatchType = nil, languageAndRegion = nil, languageCode = nil, searchQueries = nil) ⇒ SearchQueryPerformanceReportFilter

Returns a new instance of SearchQueryPerformanceReportFilter.

[View source]

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

#adStatusObject

Returns the value of attribute adStatus.


1257
1258
1259
# File 'lib/ReportingService.rb', line 1257

def adStatus
  @adStatus
end

#adTypeObject

Returns the value of attribute adType.


1258
1259
1260
# File 'lib/ReportingService.rb', line 1258

def adType
  @adType
end

#campaignStatusObject

Returns the value of attribute campaignStatus.


1259
1260
1261
# File 'lib/ReportingService.rb', line 1259

def campaignStatus
  @campaignStatus
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.


1260
1261
1262
# File 'lib/ReportingService.rb', line 1260

def deliveredMatchType
  @deliveredMatchType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


1261
1262
1263
# File 'lib/ReportingService.rb', line 1261

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


1262
1263
1264
# File 'lib/ReportingService.rb', line 1262

def languageCode
  @languageCode
end

#searchQueriesObject

Returns the value of attribute searchQueries.


1263
1264
1265
# File 'lib/ReportingService.rb', line 1263

def searchQueries
  @searchQueries
end