Class: AdCenterWrapper::SitePerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::SitePerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8SitePerformanceReportFilter
adDistribution - (any)
adType - (any)
deliveredMatchType - (any)
deviceType - (any)
languageAndRegion - (any)
siteIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
-
#siteIds ⇒ Object
Returns the value of attribute siteIds.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, deviceType = nil, languageAndRegion = nil, siteIds = nil) ⇒ SitePerformanceReportFilter
constructor
A new instance of SitePerformanceReportFilter.
Constructor Details
#initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, deviceType = nil, languageAndRegion = nil, siteIds = nil) ⇒ SitePerformanceReportFilter
Returns a new instance of SitePerformanceReportFilter.
974 975 976 977 978 979 980 981 |
# File 'lib/ReportingService.rb', line 974 def initialize(adDistribution = nil, adType = nil, deliveredMatchType = nil, deviceType = nil, languageAndRegion = nil, siteIds = nil) @adDistribution = adDistribution @adType = adType @deliveredMatchType = deliveredMatchType @deviceType = deviceType @languageAndRegion = languageAndRegion @siteIds = siteIds end |
Instance Attribute Details
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
967 968 969 |
# File 'lib/ReportingService.rb', line 967 def adDistribution @adDistribution end |
#adType ⇒ Object
Returns the value of attribute adType.
968 969 970 |
# File 'lib/ReportingService.rb', line 968 def adType @adType end |
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
969 970 971 |
# File 'lib/ReportingService.rb', line 969 def deliveredMatchType @deliveredMatchType end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
970 971 972 |
# File 'lib/ReportingService.rb', line 970 def deviceType @deviceType end |
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
971 972 973 |
# File 'lib/ReportingService.rb', line 971 def languageAndRegion @languageAndRegion end |
#siteIds ⇒ Object
Returns the value of attribute siteIds.
972 973 974 |
# File 'lib/ReportingService.rb', line 972 def siteIds @siteIds end |