Class: AdCenterWrapper::AdGroupPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AdGroupPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8AdGroupPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfAdGroupPerformanceReportColumn
filter - AdCenterWrapper::AdGroupPerformanceReportFilter
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) ⇒ AdGroupPerformanceReportRequest
constructor
A new instance of AdGroupPerformanceReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdGroupPerformanceReportRequest
Returns a new instance of AdGroupPerformanceReportRequest.
439 440 441 442 443 444 445 446 447 448 449 |
# File 'lib/ReportingService.rb', line 439 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.
433 434 435 |
# File 'lib/ReportingService.rb', line 433 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
434 435 436 |
# File 'lib/ReportingService.rb', line 434 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
435 436 437 |
# File 'lib/ReportingService.rb', line 435 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
429 430 431 |
# File 'lib/ReportingService.rb', line 429 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
430 431 432 |
# File 'lib/ReportingService.rb', line 430 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
431 432 433 |
# File 'lib/ReportingService.rb', line 431 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
432 433 434 |
# File 'lib/ReportingService.rb', line 432 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
436 437 438 |
# File 'lib/ReportingService.rb', line 436 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
437 438 439 |
# File 'lib/ReportingService.rb', line 437 def time @time end |