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

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "title": "AMX RTB Adapter Params",
     4    "description": "A schema to validate params accepted by the AMX adapter",
     5    "type": "object",
     6    "properties": {
     7      "tagId" : {
     8        "type": "string",
     9        "description": "Set a tagId (overrides site.publisher.id, or app.publisher.id)"
    10      },
    11      "adUnitId": {
    12        "type": "string",
    13        "description": "Override imp.tagid value to provide a custom value in AMX ad unit ID reporting"
    14      }
    15    }
    16  }