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

     1  {
     2  	"$schema": "http://json-schema.org/draft-04/schema#",
     3  	"title": "Adhese Adapter Parameters",
     4  	"description": "Validation for parameters handled by the Adhese adapter",
     5  	"type": "object",
     6  	"properties": {
     7  		"account": {
     8  			"type": "string",
     9  			"description": "Your Adhese account name. If unknown, please contact your sales rep"
    10  		},
    11  		"location": {
    12  			"type": "string",
    13  			"description": "The location you want to refer to for a specific section or page, as defined in your Adhese inventory"
    14  		},
    15  		"format": {
    16  			"type": "string",
    17  			"description": "The format you accept for this unit, as defined in your Adhese inventory"
    18  		},
    19  		"targets": {
    20  			"type": "object",
    21  			"description": "Target params, as defined in your Adhese setup."
    22  		  }
    23  	},
    24  	"required": ["account", "location", "format"]
    25  }