Class: AdCenterWrapper::BehavioralPerformanceReportRequest

Inherits:
ReportRequest
  • Object
show all
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

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.



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

#aggregationObject

Returns the value of attribute aggregation.



5717
5718
5719
# File 'lib/adcenter_wrapper_entities.rb', line 5717

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5718
5719
5720
# File 'lib/adcenter_wrapper_entities.rb', line 5718

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5719
5720
5721
# File 'lib/adcenter_wrapper_entities.rb', line 5719

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5713
5714
5715
# File 'lib/adcenter_wrapper_entities.rb', line 5713

def format
  @format
end

#languageObject

Returns the value of attribute language.



5714
5715
5716
# File 'lib/adcenter_wrapper_entities.rb', line 5714

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5715
5716
5717
# File 'lib/adcenter_wrapper_entities.rb', line 5715

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5716
5717
5718
# File 'lib/adcenter_wrapper_entities.rb', line 5716

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5720
5721
5722
# File 'lib/adcenter_wrapper_entities.rb', line 5720

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5721
5722
5723
# File 'lib/adcenter_wrapper_entities.rb', line 5721

def time
  @time
end