Class: AdCenterWrapper::ReportAggregation
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::ReportAggregation
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7ReportAggregation
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")