github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/nobid.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "NoBid Adapter Params", 4 "description": "A schema which validates params accepted by the NoBid adapter", 5 6 "type": "object", 7 "properties": { 8 "siteId": { 9 "type": "integer", 10 "description": "A Required ID which identifies the NoBid site. The siteId parameter is provided by your NoBid account manager." 11 }, "placementId": { 12 "type": "integer", 13 "description": "An optional ID which identifies an adunit in a site. The placementId parameter is provided by your NoBid account manager." 14 } 15 }, 16 "required": ["siteId"] 17 } 18