Class: AdCenterWrapper::BehavioralPerformanceReportFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7BehavioralPerformanceReportFilter

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.



6323
6324
6325
6326
6327
6328
6329
# File 'lib/adcenter_wrapper_entities.rb', line 6323

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.



6317
6318
6319
# File 'lib/adcenter_wrapper_entities.rb', line 6317

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.



6318
6319
6320
# File 'lib/adcenter_wrapper_entities.rb', line 6318

def adType
  @adType
end

#behavioralIdsObject

Returns the value of attribute behavioralIds.



6319
6320
6321
# File 'lib/adcenter_wrapper_entities.rb', line 6319

def behavioralIds
  @behavioralIds
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.



6320
6321
6322
# File 'lib/adcenter_wrapper_entities.rb', line 6320

def deliveredMatchType
  @deliveredMatchType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



6321
6322
6323
# File 'lib/adcenter_wrapper_entities.rb', line 6321

def languageAndRegion
  @languageAndRegion
end