Class: AdCenterWrapper::BehavioralTargetReportRequest

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

Overview

https://adcenter.microsoft.com/v7BehavioralTargetReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::NonHourlyReportAggregation
columns - AdCenterWrapper::ArrayOfBehavioralTargetReportColumn
filter - AdCenterWrapper::BehavioralTargetReportFilter
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) ⇒ BehavioralTargetReportRequest

Returns a new instance of BehavioralTargetReportRequest.



5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
# File 'lib/adcenter_wrapper_entities.rb', line 5689

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.



5683
5684
5685
# File 'lib/adcenter_wrapper_entities.rb', line 5683

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5684
5685
5686
# File 'lib/adcenter_wrapper_entities.rb', line 5684

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5685
5686
5687
# File 'lib/adcenter_wrapper_entities.rb', line 5685

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5679
5680
5681
# File 'lib/adcenter_wrapper_entities.rb', line 5679

def format
  @format
end

#languageObject

Returns the value of attribute language.



5680
5681
5682
# File 'lib/adcenter_wrapper_entities.rb', line 5680

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5681
5682
5683
# File 'lib/adcenter_wrapper_entities.rb', line 5681

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5682
5683
5684
# File 'lib/adcenter_wrapper_entities.rb', line 5682

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5686
5687
5688
# File 'lib/adcenter_wrapper_entities.rb', line 5686

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5687
5688
5689
# File 'lib/adcenter_wrapper_entities.rb', line 5687

def time
  @time
end