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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Yieldlab Adapter Params",
     4    "description": "A schema which validates params accepted by the Yieldlab adapter",
     5    "type": "object",
     6    "properties": {
     7      "adslotId": {
     8        "type": "string",
     9        "description": "Yieldlab ID of the ad slot"
    10      },
    11      "supplyId": {
    12        "type": "string",
    13        "description": "Yieldlab ID of the supply"
    14      },
    15      "extId": {
    16        "type": "string",
    17        "description": "External ID used for reporting"
    18      },
    19      "targeting": {
    20        "type": "object",
    21        "description": "Targeting information in key value pairs"
    22      }
    23    },
    24    "required": [
    25      "adslotId",
    26      "supplyId"
    27    ]
    28  }