Class: AdCenterWrapper::SitePerformanceReportFilter

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

Instance Method Summary collapse

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

#adDistributionObject

Returns the value of attribute adDistribution.


967
968
969
# File 'lib/ReportingService.rb', line 967

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.


968
969
970
# File 'lib/ReportingService.rb', line 968

def adType
  @adType
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.


969
970
971
# File 'lib/ReportingService.rb', line 969

def deliveredMatchType
  @deliveredMatchType
end

#deviceTypeObject

Returns the value of attribute deviceType.


970
971
972
# File 'lib/ReportingService.rb', line 970

def deviceType
  @deviceType
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


971
972
973
# File 'lib/ReportingService.rb', line 971

def languageAndRegion
  @languageAndRegion
end

#siteIdsObject

Returns the value of attribute siteIds.


972
973
974
# File 'lib/ReportingService.rb', line 972

def siteIds
  @siteIds
end