Class: AdCenterWrapper::ReportAggregation
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::ReportAggregation
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ReportAggregation
Constant Summary collapse
- Daily =
ReportAggregation.new("Daily")
- Hourly =
ReportAggregation.new("Hourly")
- Monthly =
ReportAggregation.new("Monthly")
- Summary =
ReportAggregation.new("Summary")
- Weekly =
ReportAggregation.new("Weekly")
- Yearly =
ReportAggregation.new("Yearly")