Class: AdCenterWrapper::DestinationUrlPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::DestinationUrlPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7DestinationUrlPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfDestinationUrlPerformanceReportColumn
filter - AdCenterWrapper::DestinationUrlPerformanceReportFilter
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) ⇒ DestinationUrlPerformanceReportRequest
constructor
A new instance of DestinationUrlPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ DestinationUrlPerformanceReportRequest
Returns a new instance of DestinationUrlPerformanceReportRequest.
5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 |
# File 'lib/adcenter_wrapper_entities.rb', line 5321 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.
5315 5316 5317 |
# File 'lib/adcenter_wrapper_entities.rb', line 5315 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5316 5317 5318 |
# File 'lib/adcenter_wrapper_entities.rb', line 5316 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5317 5318 5319 |
# File 'lib/adcenter_wrapper_entities.rb', line 5317 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5311 5312 5313 |
# File 'lib/adcenter_wrapper_entities.rb', line 5311 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5312 5313 5314 |
# File 'lib/adcenter_wrapper_entities.rb', line 5312 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5313 5314 5315 |
# File 'lib/adcenter_wrapper_entities.rb', line 5313 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5314 5315 5316 |
# File 'lib/adcenter_wrapper_entities.rb', line 5314 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5318 5319 5320 |
# File 'lib/adcenter_wrapper_entities.rb', line 5318 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5319 5320 5321 |
# File 'lib/adcenter_wrapper_entities.rb', line 5319 def time @time end |