github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/adyoulike.json (about) 1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "title": "AdYouLike Adapter Params", 4 "description": "A schema which validates params accepted by the AdYouLike adapter", 5 "type": "object", 6 "properties": { 7 "placement": { 8 "type": "string", 9 "description": "Placement Id" 10 }, 11 "campaign": { 12 "type": "string", 13 "description": "Id of a forced campaign" 14 }, 15 "track": { 16 "type": "string", 17 "description": "Id of a forced Track" 18 }, 19 "creative": { 20 "type": "string", 21 "description": "Id of a forced creative" 22 }, 23 "source": { 24 "type": "string", 25 "description": "context of the campaign" 26 }, 27 "debug": { 28 "type": "string", 29 "description": "Arbitrary id used for debug purpose" 30 } 31 }, 32 "required": ["placement"] 33 }