Class: AdCenterWrapper::CampaignPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::CampaignPerformanceReportRequest
- 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
-
#aggregation ⇒ Object
Returns the value of attribute aggregation.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#reportName ⇒ Object
Returns the value of attribute reportName.
-
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ CampaignPerformanceReportRequest
constructor
A new instance of CampaignPerformanceReportRequest.
Constructor Details
permalink #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.
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
permalink #aggregation ⇒ Object
Returns the value of attribute aggregation.
365 366 367 |
# File 'lib/ReportingService.rb', line 365 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
366 367 368 |
# File 'lib/ReportingService.rb', line 366 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
367 368 369 |
# File 'lib/ReportingService.rb', line 367 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
361 362 363 |
# File 'lib/ReportingService.rb', line 361 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
362 363 364 |
# File 'lib/ReportingService.rb', line 362 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
363 364 365 |
# File 'lib/ReportingService.rb', line 363 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
364 365 366 |
# File 'lib/ReportingService.rb', line 364 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
368 369 370 |
# File 'lib/ReportingService.rb', line 368 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
369 370 371 |
# File 'lib/ReportingService.rb', line 369 def time @time end |