Class: AdCenterWrapper::BehavioralPerformanceReportRequest
- Inherits:
-
ReportRequest
- Object
- ReportRequest
- AdCenterWrapper::BehavioralPerformanceReportRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BehavioralPerformanceReportRequest
format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfBehavioralPerformanceReportColumn
filter - AdCenterWrapper::BehavioralPerformanceReportFilter
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) ⇒ BehavioralPerformanceReportRequest
constructor
A new instance of BehavioralPerformanceReportRequest.
Constructor Details
#initialize(format = nil, language = nil, reportName = nil, returnOnlyCompleteData = nil, aggregation = nil, columns = nil, filter = nil, scope = nil, time = nil) ⇒ BehavioralPerformanceReportRequest
Returns a new instance of BehavioralPerformanceReportRequest.
5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 |
# File 'lib/adcenter_wrapper_entities.rb', line 5723 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.
5717 5718 5719 |
# File 'lib/adcenter_wrapper_entities.rb', line 5717 def aggregation @aggregation end |
#columns ⇒ Object
Returns the value of attribute columns.
5718 5719 5720 |
# File 'lib/adcenter_wrapper_entities.rb', line 5718 def columns @columns end |
#filter ⇒ Object
Returns the value of attribute filter.
5719 5720 5721 |
# File 'lib/adcenter_wrapper_entities.rb', line 5719 def filter @filter end |
#format ⇒ Object
Returns the value of attribute format.
5713 5714 5715 |
# File 'lib/adcenter_wrapper_entities.rb', line 5713 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
5714 5715 5716 |
# File 'lib/adcenter_wrapper_entities.rb', line 5714 def language @language end |
#reportName ⇒ Object
Returns the value of attribute reportName.
5715 5716 5717 |
# File 'lib/adcenter_wrapper_entities.rb', line 5715 def reportName @reportName end |
#returnOnlyCompleteData ⇒ Object
Returns the value of attribute returnOnlyCompleteData.
5716 5717 5718 |
# File 'lib/adcenter_wrapper_entities.rb', line 5716 def returnOnlyCompleteData @returnOnlyCompleteData end |
#scope ⇒ Object
Returns the value of attribute scope.
5720 5721 5722 |
# File 'lib/adcenter_wrapper_entities.rb', line 5720 def scope @scope end |
#time ⇒ Object
Returns the value of attribute time.
5721 5722 5723 |
# File 'lib/adcenter_wrapper_entities.rb', line 5721 def time @time end |