Class: AdCenterWrapper::GoalsAndFunnelsReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::GoalsAndFunnelsReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GoalsAndFunnelsReportRequest
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
#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.
5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 |
# File 'lib/adcenter_wrapper_entities.rb', line 5825 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.
5819 5820 5821 |
# File 'lib/adcenter_wrapper_entities.rb', line 5819 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5820 5821 5822 |
# File 'lib/adcenter_wrapper_entities.rb', line 5820 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5821 5822 5823 |
# File 'lib/adcenter_wrapper_entities.rb', line 5821 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5815 5816 5817 |
# File 'lib/adcenter_wrapper_entities.rb', line 5815 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5816 5817 5818 |
# File 'lib/adcenter_wrapper_entities.rb', line 5816 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5817 5818 5819 |
# File 'lib/adcenter_wrapper_entities.rb', line 5817 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5818 5819 5820 |
# File 'lib/adcenter_wrapper_entities.rb', line 5818 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5822 5823 5824 |
# File 'lib/adcenter_wrapper_entities.rb', line 5822 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5823 5824 5825 |
# File 'lib/adcenter_wrapper_entities.rb', line 5823 def time @time end |