Class: AdCenterWrapper::AdGroupPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v7AdGroupPerformanceReportRequest

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

Returns a new instance of AdGroupPerformanceReportRequest.



5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
# File 'lib/adcenter_wrapper_entities.rb', line 5457

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.



5451
5452
5453
# File 'lib/adcenter_wrapper_entities.rb', line 5451

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.



5452
5453
5454
# File 'lib/adcenter_wrapper_entities.rb', line 5452

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.



5453
5454
5455
# File 'lib/adcenter_wrapper_entities.rb', line 5453

def filter
  @filter
end

#formatObject

Returns the value of attribute format.



5447
5448
5449
# File 'lib/adcenter_wrapper_entities.rb', line 5447

def format
  @format
end

#languageObject

Returns the value of attribute language.



5448
5449
5450
# File 'lib/adcenter_wrapper_entities.rb', line 5448

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.



5449
5450
5451
# File 'lib/adcenter_wrapper_entities.rb', line 5449

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.



5450
5451
5452
# File 'lib/adcenter_wrapper_entities.rb', line 5450

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.



5454
5455
5456
# File 'lib/adcenter_wrapper_entities.rb', line 5454

def scope
  @scope
end

#timeObject

Returns the value of attribute time.



5455
5456
5457
# File 'lib/adcenter_wrapper_entities.rb', line 5455

def time
  @time
end