Package | Description |
---|---|
com.enremmeta.rtb.proto | |
com.enremmeta.rtb.proto.openx | |
com.enremmeta.rtb.proto.spotxchange |
Modifier and Type | Method and Description |
---|---|
default ExchangeAdapter.BidChoiceAlgorithm |
ExchangeAdapter.getBidChoiceAlgorithm()
Defaults to
MAX . |
static ExchangeAdapter.BidChoiceAlgorithm |
ExchangeAdapter.BidChoiceAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeAdapter.BidChoiceAlgorithm[] |
ExchangeAdapter.BidChoiceAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExchangeAdapter.BidChoiceAlgorithm |
OpenXAdapter.getBidChoiceAlgorithm()
We put RANDOM here but only because we don't want the default "ALL" - so that we properly key
the BidInFlightInfo object.
|
Modifier and Type | Method and Description |
---|---|
ExchangeAdapter.BidChoiceAlgorithm |
SpotXChangeAdapter.getBidChoiceAlgorithm() |