github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/smartrtb.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "SmartRTB Adapter Params", 4 "description": "Required parameters for the SmartRTB server adapter", 5 "type": "object", 6 "properties": { 7 "pub_id": { 8 "type": "string", 9 "description": "Assigned publisher ID", 10 "minLength": 4 11 }, 12 "med_id": { 13 "type": "string", 14 "description": "Property ID not zone ID not provided" 15 }, 16 "zone_id": { 17 "type": "string", 18 "description": "Specific zone ID for this placement, belonging to app/site", 19 "minLength": 20 20 }, 21 "force_bid": { 22 "type": "boolean", 23 "description": "Force bids with a test creative" 24 } 25 }, 26 "required": [ "pub_id" ] 27 }