Class: AdCenterWrapper::KeywordPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v7KeywordPerformanceReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfKeywordPerformanceReportColumn
filter - AdCenterWrapper::KeywordPerformanceReportFilter
scope - AdCenterWrapper::AccountThroughAdGroupReportScope
time - AdCenterWrapper::ReportTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ KeywordPerformanceReportRequest

Returns a new instance of KeywordPerformanceReportRequest.



5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
# File 'lib/adcenter_wrapper_entities.rb', line 5287

def initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil)
  @format = format
  @language = language
  @reportName = reportName
  @returnOnlyCompleteData = returnOnlyCompleteData
  @aggregation = aggregation
  @columns = columns
  @filter = filter
  @scope = scope
  @time = time
end

Instance Attribute Details

#aggregationObject

Returns the value of attribute aggregation.



5281
5282
5283
# File 'lib/adcenter_wrapper_entities.rb', line 5281

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5282
5283
5284
# File 'lib/adcenter_wrapper_entities.rb', line 5282

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5283
5284
5285
# File 'lib/adcenter_wrapper_entities.rb', line 5283

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5277
5278
5279
# File 'lib/adcenter_wrapper_entities.rb', line 5277

def format
  @format
end

#languageObject

Returns the value of attribute language.



5278
5279
5280
# File 'lib/adcenter_wrapper_entities.rb', line 5278

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5279
5280
5281
# File 'lib/adcenter_wrapper_entities.rb', line 5279

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5280
5281
5282
# File 'lib/adcenter_wrapper_entities.rb', line 5280

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5284
5285
5286
# File 'lib/adcenter_wrapper_entities.rb', line 5284

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5285
5286
5287
# File 'lib/adcenter_wrapper_entities.rb', line 5285

def time
  @time
end