Class: AdCenterWrapper::BudgetLimitType
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::BudgetLimitType
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7BudgetLimitType
Constant Summary collapse
- DailyBudgetWithMaximumMonthlySpend =
BudgetLimitType.new("DailyBudgetWithMaximumMonthlySpend")
- MonthlyBudgetDivideDailyAcrossMonth =
BudgetLimitType.new("MonthlyBudgetDivideDailyAcrossMonth")
- MonthlyBudgetSpendUntilDepleted =
BudgetLimitType.new("MonthlyBudgetSpendUntilDepleted")