Class: AdCenterWrapper::IncrementalBidPercentage

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

Overview

https://adcenter.microsoft.com/v8IncrementalBidPercentage

Constant Summary collapse

EightyPercent =
IncrementalBidPercentage.new("EightyPercent")
FiftyPercent =
IncrementalBidPercentage.new("FiftyPercent")
FortyPercent =
IncrementalBidPercentage.new("FortyPercent")
NegativeEightyPercent =
IncrementalBidPercentage.new("NegativeEightyPercent")
NegativeFiftyPercent =
IncrementalBidPercentage.new("NegativeFiftyPercent")
NegativeFortyPercent =
IncrementalBidPercentage.new("NegativeFortyPercent")
NegativeNinetyPercent =
IncrementalBidPercentage.new("NegativeNinetyPercent")
NegativeOneHundredPercent =
IncrementalBidPercentage.new("NegativeOneHundredPercent")
NegativeSeventyPercent =
IncrementalBidPercentage.new("NegativeSeventyPercent")
NegativeSixtyPercent =
IncrementalBidPercentage.new("NegativeSixtyPercent")
NegativeTenPercent =
IncrementalBidPercentage.new("NegativeTenPercent")
NegativeThirtyPercent =
IncrementalBidPercentage.new("NegativeThirtyPercent")
NegativeTwentyPercent =
IncrementalBidPercentage.new("NegativeTwentyPercent")
NinetyPercent =
IncrementalBidPercentage.new("NinetyPercent")
OneHundredPercent =
IncrementalBidPercentage.new("OneHundredPercent")
SeventyPercent =
IncrementalBidPercentage.new("SeventyPercent")
SixtyPercent =
IncrementalBidPercentage.new("SixtyPercent")
TenPercent =
IncrementalBidPercentage.new("TenPercent")
ThirtyPercent =
IncrementalBidPercentage.new("ThirtyPercent")
TwentyPercent =
IncrementalBidPercentage.new("TwentyPercent")
ZeroPercent =
IncrementalBidPercentage.new("ZeroPercent")