Class: AdCenterWrapper::NonHourlyReportAggregation

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

Overview

https://adcenter.microsoft.com/v8NonHourlyReportAggregation

Constant Summary collapse

Daily =
NonHourlyReportAggregation.new("Daily")
Monthly =
NonHourlyReportAggregation.new("Monthly")
Summary =
NonHourlyReportAggregation.new("Summary")
Weekly =
NonHourlyReportAggregation.new("Weekly")
Yearly =
NonHourlyReportAggregation.new("Yearly")