Class: AdCenterWrapper::KeywordPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v8KeywordPerformanceReportRequest

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.

[View source]

250
251
252
253
254
255
256
257
258
259
260
# File 'lib/ReportingService.rb', line 250

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.


244
245
246
# File 'lib/ReportingService.rb', line 244

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


245
246
247
# File 'lib/ReportingService.rb', line 245

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


246
247
248
# File 'lib/ReportingService.rb', line 246

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


240
241
242
# File 'lib/ReportingService.rb', line 240

def format
  @format
end

#languageObject

Returns the value of attribute language.


241
242
243
# File 'lib/ReportingService.rb', line 241

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


242
243
244
# File 'lib/ReportingService.rb', line 242

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


243
244
245
# File 'lib/ReportingService.rb', line 243

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


247
248
249
# File 'lib/ReportingService.rb', line 247

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


248
249
250
# File 'lib/ReportingService.rb', line 248

def time
  @time
end