Class: AdCenterWrapper::GoalsAndFunnelsReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::GoalsAndFunnelsReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8GoalsAndFunnelsReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfGoalsAndFunnelsReportColumn
filter - AdCenterWrapper::GoalsAndFunnelsReportFilter
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) ⇒ GoalsAndFunnelsReportRequest
constructor
A new instance of GoalsAndFunnelsReportRequest.
Constructor Details
permalink #initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ GoalsAndFunnelsReportRequest
Returns a new instance of GoalsAndFunnelsReportRequest.
677 678 679 680 681 682 683 684 685 686 687 |
# File 'lib/ReportingService.rb', line 677 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.
671 672 673 |
# File 'lib/ReportingService.rb', line 671 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
672 673 674 |
# File 'lib/ReportingService.rb', line 672 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
673 674 675 |
# File 'lib/ReportingService.rb', line 673 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
667 668 669 |
# File 'lib/ReportingService.rb', line 667 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
668 669 670 |
# File 'lib/ReportingService.rb', line 668 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
669 670 671 |
# File 'lib/ReportingService.rb', line 669 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
670 671 672 |
# File 'lib/ReportingService.rb', line 670 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
674 675 676 |
# File 'lib/ReportingService.rb', line 674 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
675 676 677 |
# File 'lib/ReportingService.rb', line 675 def time @time end |