Class: AdCenterWrapper::AdGroupPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::AdGroupPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroupPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfAdGroupPerformanceReportColumn
filter - AdCenterWrapper::AdGroupPerformanceReportFilter
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) ⇒ AdGroupPerformanceReportRequest
constructor
A new instance of AdGroupPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ AdGroupPerformanceReportRequest
Returns a new instance of AdGroupPerformanceReportRequest.
5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 |
# File 'lib/adcenter_wrapper_entities.rb', line 5457 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.
5451 5452 5453 |
# File 'lib/adcenter_wrapper_entities.rb', line 5451 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5452 5453 5454 |
# File 'lib/adcenter_wrapper_entities.rb', line 5452 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5453 5454 5455 |
# File 'lib/adcenter_wrapper_entities.rb', line 5453 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5447 5448 5449 |
# File 'lib/adcenter_wrapper_entities.rb', line 5447 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5448 5449 5450 |
# File 'lib/adcenter_wrapper_entities.rb', line 5448 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5449 5450 5451 |
# File 'lib/adcenter_wrapper_entities.rb', line 5449 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5450 5451 5452 |
# File 'lib/adcenter_wrapper_entities.rb', line 5450 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5454 5455 5456 |
# File 'lib/adcenter_wrapper_entities.rb', line 5454 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5455 5456 5457 |
# File 'lib/adcenter_wrapper_entities.rb', line 5455 def time @time end |