SASBidderAdapterCompetitionType
Objective-C
enum SASBidderAdapterCompetitionType : NSInteger {}
Swift
enum SASBidderAdapterCompetitionType : Int, @unchecked Sendable
Bidder adapter competition type, indicates which mode to use for Holistic competition.
-
Smart Display SDK will leverage the whole Holistic+ feature by passing the real price, unobfuscated.
Declaration
Objective-C
SASBidderAdapterCompetitionTypePrice = 0
Swift
case price = 0
-
Smart Display SDK will pass the price or its representation as a keyword for insertion selection, real price is hosted server-side.
Declaration
Objective-C
SASBidderAdapterCompetitionTypeKeyword = 1
Swift
case keyword = 1