github.com/prebid/prebid-server/v2@v2.18.0/static/bidder-params/readpeak.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Readpeak Adapter Params",
     4    "description": "A schema which validates params accepted by the Readpeak adapter",
     5    "type": "object",
     6    "properties": {
     7        "publisherId": {
     8            "type": "string",
     9            "description": "Publisher ID provided by Readpeak"
    10        },
    11        "siteId": {
    12            "type": "string",
    13            "description": "Site/Media ID provided by Readpeak"
    14        },
    15        "bidfloor": {
    16            "type": "number",
    17            "description": "CPM Bid Floor"
    18        },
    19        "tagId": {
    20            "type": "string",
    21            "description": "Ad placement identifier"
    22        }
    23    },
    24    "required": ["publisherId"]
    25  }