Class: AdCenterWrapper::AdGroupPerformanceReportRequest

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

Overview

https://adcenter.microsoft.com/v8AdGroupPerformanceReportRequest

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.

[View source]

439
440
441
442
443
444
445
446
447
448
449
# File 'lib/ReportingService.rb', line 439

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.


433
434
435
# File 'lib/ReportingService.rb', line 433

def aggregation
  @aggregation
end

#columnsObject

Returns the value of attribute columns.


434
435
436
# File 'lib/ReportingService.rb', line 434

def columns
  @columns
end

#filterObject

Returns the value of attribute filter.


435
436
437
# File 'lib/ReportingService.rb', line 435

def filter
  @filter
end

#formatObject

Returns the value of attribute format.


429
430
431
# File 'lib/ReportingService.rb', line 429

def format
  @format
end

#languageObject

Returns the value of attribute language.


430
431
432
# File 'lib/ReportingService.rb', line 430

def language
  @language
end

#reportNameObject

Returns the value of attribute reportName.


431
432
433
# File 'lib/ReportingService.rb', line 431

def reportName
  @reportName
end

#returnOnlyCompleteDataObject

Returns the value of attribute returnOnlyCompleteData.


432
433
434
# File 'lib/ReportingService.rb', line 432

def returnOnlyCompleteData
  @returnOnlyCompleteData
end

#scopeObject

Returns the value of attribute scope.


436
437
438
# File 'lib/ReportingService.rb', line 436

def scope
  @scope
end

#timeObject

Returns the value of attribute time.


437
438
439
# File 'lib/ReportingService.rb', line 437

def time
  @time
end