DFP client-side header bidding
let conf = AATConfiguration()
//set up AATKit configuration
// [...]
AATSDK.initAATKit(with: conf)AATSDK.setDFPBidddingValues([
.init(lowerValue: 16.00, mappedValue: "hbpb_16.00+"),
.init(lowerValue: 2.00, mappedValue: "hbpb_2.00-16.00"),
.init(lowerValue: 1.80, mappedValue: "hbpb_1.80-2.00"),
.init(lowerValue: 1.60, mappedValue: "hbpb_1.60-1.80"),
.init(lowerValue: 1.40, mappedValue: "hbpb_1.40-1.60"),
.init(lowerValue: 1.00, mappedValue: "hbpb_1.00-1.40"),
.init(lowerValue: 0.90, mappedValue: "hbpb_0.90-1.00"),
.init(lowerValue: 0.80, mappedValue: "hbpb_0.80-0.90"),
.init(lowerValue: 0.70, mappedValue: "hbpb_0.70-0.80"),
.init(lowerValue: 0.02, mappedValue: "hbpb_0.02-0.70"),
.init(lowerValue: 0.00, mappedValue: "hbpb_0.00-0.02"),
])Last updated