github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/rtbhouse.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "RTB House Adapter Params", 4 "description": "A schema which validates params accepted by the RTB House adapter", 5 "type": "object", 6 "properties": { 7 "publisherId": { 8 "type": "string", 9 "description": "The publisher’s ID provided by RTB House" 10 }, 11 "region": { 12 "type": "string", 13 "description": "The publisher’s assigned datacenter region" 14 }, 15 "bidfloor": { 16 "type": "number", 17 "description": "(optional) Minimum bid price in CPM that will be considered" 18 }, 19 "channel": { 20 "type": "string", 21 "description": "Inventory channel identifier, limited to 50 characters" 22 } 23 }, 24 "required": ["publisherId"] 25 }