Package | Description |
---|---|
com.beeswax.hexbid.strategy |
Modifier and Type | Class and Description |
---|---|
class |
FlatPriceStrategy
Flat price strategy sets a flat price for all bid requests.
If there are multiple flat prices in
AdcandidateOuterClass.Bidding.CustomStrategy.Params , it simply uses the first one
when iterating through the param list. |
class |
RandomPriceStrategy
Random Price Strategy sets a random price no exceeding max price micros.
If there are multiple max price in
AdcandidateOuterClass.Bidding.CustomStrategy.Params , it simply uses the first one when iterating
through param list. |
class |
RetargetingStrategy
Retargeting Strategy assumes custom bidder maintains a key-value store which has a
score indicating the importance of a user.
|
Modifier and Type | Method and Description |
---|---|
BidStrategy |
StrategyFactory.getStrategy(com.beeswax.bid.AdcandidateOuterClass.Adcandidate adcandidate)
Get strategy object for the adcandidate to set its bid price.
Customers can associate a bidding strategy with each adcandidate
through the Buzz REST API (http://docs.beeswax.com/docs/bidding-strategies).
Custom bidding strategy is a powerful framework that can be used to
implement sophisticated algorithms.
|
Copyright © 2017. All rights reserved.