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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "Adtelligent Adapter Params",
     4    "description": "A schema which validates params accepted by the Adtelligent adapter",
     5  
     6    "type": "object",
     7    "properties": {
     8      "placementId": {
     9        "type": "integer",
    10        "description": "An ID which identifies this placement of the impression"
    11      },
    12      "siteId": {
    13        "type": "integer",
    14        "description": "An ID which identifies the site selling the impression"
    15      },
    16      "aid": {
    17        "type": "integer",
    18        "description": "An ID which identifies the channel"
    19      },
    20      "bidFloor": {
    21        "type": "number",
    22        "description": "BidFloor, US Dollars"
    23      }
    24    },
    25    "required": ["aid"]
    26  }