Class: AdCenterWrapper::ConversionPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::ConversionPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ConversionPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfConversionPerformanceReportColumn
filter - AdCenterWrapper::ConversionPerformanceReportFilter
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) ⇒ ConversionPerformanceReportRequest
constructor
A new instance of ConversionPerformanceReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ ConversionPerformanceReportRequest
Returns a new instance of ConversionPerformanceReportRequest.
643 644 645 646 647 648 649 650 651 652 653 |
# File 'lib/ReportingService.rb', line 643 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.
637 638 639 |
# File 'lib/ReportingService.rb', line 637 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
638 639 640 |
# File 'lib/ReportingService.rb', line 638 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
639 640 641 |
# File 'lib/ReportingService.rb', line 639 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
633 634 635 |
# File 'lib/ReportingService.rb', line 633 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
634 635 636 |
# File 'lib/ReportingService.rb', line 634 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
635 636 637 |
# File 'lib/ReportingService.rb', line 635 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
636 637 638 |
# File 'lib/ReportingService.rb', line 636 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
640 641 642 |
# File 'lib/ReportingService.rb', line 640 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
641 642 643 |
# File 'lib/ReportingService.rb', line 641 def time @time end |