Class: AdCenterWrapper::ReportTimePeriod
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::ReportTimePeriod
- Defined in:
- lib/ReportingService.rb
Overview
https://adcenter.microsoft.com/v8ReportTimePeriod
Constant Summary collapse
- LastFourWeeks =
ReportTimePeriod.new("LastFourWeeks")
- LastMonth =
ReportTimePeriod.new("LastMonth")
- LastSevenDays =
ReportTimePeriod.new("LastSevenDays")
- LastSixMonths =
ReportTimePeriod.new("LastSixMonths")
- LastThreeMonths =
ReportTimePeriod.new("LastThreeMonths")
- LastWeek =
ReportTimePeriod.new("LastWeek")
- LastYear =
ReportTimePeriod.new("LastYear")
- ThisMonth =
ReportTimePeriod.new("ThisMonth")
- ThisWeek =
ReportTimePeriod.new("ThisWeek")
- ThisYear =
ReportTimePeriod.new("ThisYear")
- Today =
ReportTimePeriod.new("Today")
- Yesterday =
ReportTimePeriod.new("Yesterday")