Class: AdCenterWrapper::BehavioralPerformanceReportFilter
- Inherits:
-
Object
- Object
- AdCenterWrapper::BehavioralPerformanceReportFilter
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8BehavioralPerformanceReportFilter
adDistribution - (any)
adType - (any)
behavioralIds - AdCenterWrapper::ArrayOflong
deliveredMatchType - (any)
languageAndRegion - (any)
Instance Attribute Summary collapse
-
#adDistribution ⇒ Object
Returns the value of attribute adDistribution.
-
#adType ⇒ Object
Returns the value of attribute adType.
-
#behavioralIds ⇒ Object
Returns the value of attribute behavioralIds.
-
#deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
-
#languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
Instance Method Summary collapse
-
#initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) ⇒ BehavioralPerformanceReportFilter
constructor
A new instance of BehavioralPerformanceReportFilter.
Constructor Details
permalink #initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) ⇒ BehavioralPerformanceReportFilter
Returns a new instance of BehavioralPerformanceReportFilter.
946 947 948 949 950 951 952 |
# File 'lib/ReportingService.rb', line 946 def initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) @adDistribution = adDistribution @adType = adType @behavioralIds = behavioralIds @deliveredMatchType = deliveredMatchType @languageAndRegion = languageAndRegion end |
Instance Attribute Details
permalink #adDistribution ⇒ Object
Returns the value of attribute adDistribution.
940 941 942 |
# File 'lib/ReportingService.rb', line 940 def adDistribution @adDistribution end |
permalink #adType ⇒ Object
Returns the value of attribute adType.
941 942 943 |
# File 'lib/ReportingService.rb', line 941 def adType @adType end |
permalink #behavioralIds ⇒ Object
Returns the value of attribute behavioralIds.
942 943 944 |
# File 'lib/ReportingService.rb', line 942 def behavioralIds @behavioralIds end |
permalink #deliveredMatchType ⇒ Object
Returns the value of attribute deliveredMatchType.
943 944 945 |
# File 'lib/ReportingService.rb', line 943 def deliveredMatchType @deliveredMatchType end |
permalink #languageAndRegion ⇒ Object
Returns the value of attribute languageAndRegion.
944 945 946 |
# File 'lib/ReportingService.rb', line 944 def languageAndRegion @languageAndRegion end |