Class: AdCenterWrapper::KeywordPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::KeywordPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7KeywordPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfKeywordPerformanceReportColumn
filter - AdCenterWrapper::KeywordPerformanceReportFilter
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) ⇒ KeywordPerformanceReportRequest
constructor
A new instance of KeywordPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ KeywordPerformanceReportRequest
Returns a new instance of KeywordPerformanceReportRequest.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 |
# File 'lib/adcenter_wrapper_entities.rb', line 5287 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.
5281 5282 5283 |
# File 'lib/adcenter_wrapper_entities.rb', line 5281 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5282 5283 5284 |
# File 'lib/adcenter_wrapper_entities.rb', line 5282 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5283 5284 5285 |
# File 'lib/adcenter_wrapper_entities.rb', line 5283 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5277 5278 5279 |
# File 'lib/adcenter_wrapper_entities.rb', line 5277 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5278 5279 5280 |
# File 'lib/adcenter_wrapper_entities.rb', line 5278 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5279 5280 5281 |
# File 'lib/adcenter_wrapper_entities.rb', line 5279 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5280 5281 5282 |
# File 'lib/adcenter_wrapper_entities.rb', line 5280 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5284 5285 5286 |
# File 'lib/adcenter_wrapper_entities.rb', line 5284 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5285 5286 5287 |
# File 'lib/adcenter_wrapper_entities.rb', line 5285 def time @time end |