Class: AdCenterWrapper::SitePerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v7SitePerformanceReportRequest

format - AdCenterWrapper::ReportFormat
language - AdCenterWrapper::ReportLanguage
reportName - SOAP::SOAPString
returnOnlyCompleteData - SOAP::SOAPBoolean
aggregation - AdCenterWrapper::ReportAggregation
columns - AdCenterWrapper::ArrayOfSitePerformanceReportColumn
filter - AdCenterWrapper::SitePerformanceReportFilter
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) ⇒ SitePerformanceReportRequest

Returns a new instance of SitePerformanceReportRequest.



5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
# File 'lib/adcenter_wrapper_entities.rb', line 5655

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.



5649
5650
5651
# File 'lib/adcenter_wrapper_entities.rb', line 5649

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5650
5651
5652
# File 'lib/adcenter_wrapper_entities.rb', line 5650

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5651
5652
5653
# File 'lib/adcenter_wrapper_entities.rb', line 5651

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5645
5646
5647
# File 'lib/adcenter_wrapper_entities.rb', line 5645

def format
  @format
end

#languageObject

Returns the value of attribute language.



5646
5647
5648
# File 'lib/adcenter_wrapper_entities.rb', line 5646

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5647
5648
5649
# File 'lib/adcenter_wrapper_entities.rb', line 5647

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5648
5649
5650
# File 'lib/adcenter_wrapper_entities.rb', line 5648

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5652
5653
5654
# File 'lib/adcenter_wrapper_entities.rb', line 5652

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5653
5654
5655
# File 'lib/adcenter_wrapper_entities.rb', line 5653

def time
  @time
end