Class: AdCenterWrapper::BehavioralPerformanceReportRequest

Inherits:
ReportRequest
  • Object
show all
Defined in:
lib/ReportingService.rb

Overview

https://adcenter.microsoft.com/v8BehavioralPerformanceReportRequest

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

Instance Method Summary collapse

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.

[View source]

182
183
184
185
186
187
188
189
190
191
192
# File 'lib/ReportingService.rb', line 182

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

#aggregationObject

Returns the value of attribute aggregation.


176
177
178
# File 'lib/ReportingService.rb', line 176

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


177
178
179
# File 'lib/ReportingService.rb', line 177

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


178
179
180
# File 'lib/ReportingService.rb', line 178

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


172
173
174
# File 'lib/ReportingService.rb', line 172

def format
  @format
end

#languageObject

Returns the value of attribute language.


173
174
175
# File 'lib/ReportingService.rb', line 173

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


174
175
176
# File 'lib/ReportingService.rb', line 174

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


175
176
177
# File 'lib/ReportingService.rb', line 175

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


179
180
181
# File 'lib/ReportingService.rb', line 179

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


180
181
182
# File 'lib/ReportingService.rb', line 180

def time
  @time
end