Class: AdCenterWrapper::KeywordPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::KeywordPerformanceReportRequest
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8KeywordPerformanceReportRequest
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
permalink #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.
250 251 252 253 254 255 256 257 258 259 260 |
# File 'lib/ReportingService.rb', line 250 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.
244 245 246 |
# File 'lib/ReportingService.rb', line 244 def aggregation @aggregation end |
permalink #columns ⇒ Object
Returns the value of attribute columns.
245 246 247 |
# File 'lib/ReportingService.rb', line 245 def columns @columns end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
246 247 248 |
# File 'lib/ReportingService.rb', line 246 def filter @filter end |
permalink #format ⇒ Object
Returns the value of attribute format.
240 241 242 |
# File 'lib/ReportingService.rb', line 240 def format @format end |
permalink #language ⇒ Object
Returns the value of attribute language.
241 242 243 |
# File 'lib/ReportingService.rb', line 241 def language @language end |
permalink #reportName ⇒ Object
Returns the value of attribute reportName.
242 243 244 |
# File 'lib/ReportingService.rb', line 242 def reportName @reportName end |
permalink #returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
243 244 245 |
# File 'lib/ReportingService.rb', line 243 def returnOnlyCompleteData @returnOnlyCompleteData end |
permalink #scope ⇒ Object
Returns the value of attribute scope.
247 248 249 |
# File 'lib/ReportingService.rb', line 247 def scope @scope end |
permalink #time ⇒ Object
Returns the value of attribute time.
248 249 250 |
# File 'lib/ReportingService.rb', line 248 def time @time end |