Class: AdCenterWrapper::KeywordPerformanceReportFilter

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

Overview

https://adcenter.microsoft.com/v8KeywordPerformanceReportFilter

adDistribution - (any)
adType - (any)
bidMatchType - (any)
cashback - (any)
deliveredMatchType - (any)
deviceType - (any)
keywords - AdCenterWrapper::ArrayOfstring
languageAndRegion - (any)
languageCode - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, deviceType = nil, keywords = nil, languageAndRegion = nil, languageCode = nil) ⇒ KeywordPerformanceReportFilter

Returns a new instance of KeywordPerformanceReportFilter.

[View source]

1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
# File 'lib/ReportingService.rb', line 1009

def initialize(adDistribution = nil, adType = nil, bidMatchType = nil, cashback = nil, deliveredMatchType = nil, deviceType = nil, keywords = nil, languageAndRegion = nil, languageCode = nil)
  @adDistribution = adDistribution
  @adType = adType
  @bidMatchType = bidMatchType
  @cashback = cashback
  @deliveredMatchType = deliveredMatchType
  @deviceType = deviceType
  @keywords = keywords
  @languageAndRegion = languageAndRegion
  @languageCode = languageCode
end

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.


999
1000
1001
# File 'lib/ReportingService.rb', line 999

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.


1000
1001
1002
# File 'lib/ReportingService.rb', line 1000

def adType
  @adType
end

#bidMatchTypeObject

Returns the value of attribute bidMatchType.


1001
1002
1003
# File 'lib/ReportingService.rb', line 1001

def bidMatchType
  @bidMatchType
end

#cashbackObject

Returns the value of attribute cashback.


1002
1003
1004
# File 'lib/ReportingService.rb', line 1002

def cashback
  @cashback
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.


1003
1004
1005
# File 'lib/ReportingService.rb', line 1003

def deliveredMatchType
  @deliveredMatchType
end

#deviceTypeObject

Returns the value of attribute deviceType.


1004
1005
1006
# File 'lib/ReportingService.rb', line 1004

def deviceType
  @deviceType
end

#keywordsObject

Returns the value of attribute keywords.


1005
1006
1007
# File 'lib/ReportingService.rb', line 1005

def keywords
  @keywords
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.


1006
1007
1008
# File 'lib/ReportingService.rb', line 1006

def languageAndRegion
  @languageAndRegion
end

#languageCodeObject

Returns the value of attribute languageCode.


1007
1008
1009
# File 'lib/ReportingService.rb', line 1007

def languageCode
  @languageCode
end