Class: AdCenterWrapper::KeywordPerformanceReportFilter

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

Overview

https://adcenter.microsoft.com/v7KeywordPerformanceReportFilter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of KeywordPerformanceReportFilter.



6032
6033
6034
6035
6036
6037
6038
6039
6040
# File 'lib/adcenter_wrapper_entities.rb', line 6032

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

Instance Attribute Details

#adDistributionObject

Returns the value of attribute adDistribution.



6024
6025
6026
# File 'lib/adcenter_wrapper_entities.rb', line 6024

def adDistribution
  @adDistribution
end

#adTypeObject

Returns the value of attribute adType.



6025
6026
6027
# File 'lib/adcenter_wrapper_entities.rb', line 6025

def adType
  @adType
end

#bidMatchTypeObject

Returns the value of attribute bidMatchType.



6026
6027
6028
# File 'lib/adcenter_wrapper_entities.rb', line 6026

def bidMatchType
  @bidMatchType
end

#cashbackObject

Returns the value of attribute cashback.



6027
6028
6029
# File 'lib/adcenter_wrapper_entities.rb', line 6027

def cashback
  @cashback
end

#deliveredMatchTypeObject

Returns the value of attribute deliveredMatchType.



6028
6029
6030
# File 'lib/adcenter_wrapper_entities.rb', line 6028

def deliveredMatchType
  @deliveredMatchType
end

#keywordsObject

Returns the value of attribute keywords.



6029
6030
6031
# File 'lib/adcenter_wrapper_entities.rb', line 6029

def keywords
  @keywords
end

#languageAndRegionObject

Returns the value of attribute languageAndRegion.



6030
6031
6032
# File 'lib/adcenter_wrapper_entities.rb', line 6030

def languageAndRegion
  @languageAndRegion
end