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

     1  {
     2      "$schema": "http://json-schema.org/draft-04/schema#",
     3      "title": "MobileFuse Adapter Params",
     4      "description": "A schema which validates params accepted by the MobileFuse adapter",
     5      "type": "object",
     6      "properties": {
     7          "placement_id": {
     8              "type": "integer",
     9              "description": "An ID which identifies this specific inventory placement"
    10          },
    11          "pub_id": {
    12              "type": "integer",
    13              "description": "An ID which identifies the publisher selling the inventory."
    14          },
    15          "tagid_src": {
    16              "type": "string",
    17              "description": "ext if passing publisher's ids, empty if passing MobileFuse IDs in placement_id field. Defaults to empty"
    18          }
    19      },
    20      "required": [
    21          "placement_id",
    22          "pub_id"
    23      ]
    24  }