Class: AdCenterWrapper::BehavioralPerformanceReportFilter

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

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, adType = nil, behavioralIds = nil, deliveredMatchType = nil, languageAndRegion = nil) ⇒ BehavioralPerformanceReportFilter

Returns a new instance of BehavioralPerformanceReportFilter.

[View source]

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

#adDistributionObject

Returns the value of attribute adDistribution.


940
941
942
# File 'lib/ReportingService.rb', line 940

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.


941
942
943
# File 'lib/ReportingService.rb', line 941

def adType
  @adType
end

#behavioralIdsObject

Returns the value of attribute behavioralIds.


942
943
944
# File 'lib/ReportingService.rb', line 942

def behavioralIds
  @behavioralIds
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.


943
944
945
# File 'lib/ReportingService.rb', line 943

def deliveredMatchType
  @deliveredMatchType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


944
945
946
# File 'lib/ReportingService.rb', line 944

def languageAndRegion
  @languageAndRegion
end