Class: AdCenterWrapper::CampaignPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v8CampaignPerformanceReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfCampaignPerformanceReportColumn
filter - AdCenterWrapper::CampaignPerformanceReportFilter
scope - AdCenterWrapper::AccountThroughCampaignReportScope
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) ⇒ CampaignPerformanceReportRequest

Returns a new instance of CampaignPerformanceReportRequest.

[View source]

371
372
373
374
375
376
377
378
379
380
381
# File 'lib/ReportingService.rb', line 371

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.


365
366
367
# File 'lib/ReportingService.rb', line 365

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


366
367
368
# File 'lib/ReportingService.rb', line 366

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


367
368
369
# File 'lib/ReportingService.rb', line 367

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


361
362
363
# File 'lib/ReportingService.rb', line 361

def format
  @format
end

#languageObject

Returns the value of attribute language.


362
363
364
# File 'lib/ReportingService.rb', line 362

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


363
364
365
# File 'lib/ReportingService.rb', line 363

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


364
365
366
# File 'lib/ReportingService.rb', line 364

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


368
369
370
# File 'lib/ReportingService.rb', line 368

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


369
370
371
# File 'lib/ReportingService.rb', line 369

def time
  @time
end