Class: AdCenterWrapper::AdPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AdPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfAdPerformanceReportColumn
filter - AdCenterWrapper::AdPerformanceReportFilter
scope - AdCenterWrapper::AccountThroughAdGroupReportScope
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) ⇒ AdPerformanceReportRequest
constructor
A new instance of AdPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdPerformanceReportRequest
Returns a new instance of AdPerformanceReportRequest.
473 474 475 476 477 478 479 480 481 482 483 |
# File 'lib/ReportingService.rb', line 473 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
#aggregation ⇒ Object
Returns the value of attribute aggregation.
467 468 469 |
# File 'lib/ReportingService.rb', line 467 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
468 469 470 |
# File 'lib/ReportingService.rb', line 468 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
469 470 471 |
# File 'lib/ReportingService.rb', line 469 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
463 464 465 |
# File 'lib/ReportingService.rb', line 463 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
464 465 466 |
# File 'lib/ReportingService.rb', line 464 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
465 466 467 |
# File 'lib/ReportingService.rb', line 465 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
466 467 468 |
# File 'lib/ReportingService.rb', line 466 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
470 471 472 |
# File 'lib/ReportingService.rb', line 470 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
471 472 473 |
# File 'lib/ReportingService.rb', line 471 def time @time end |