github.com/prebid/prebid-server/v2@v2.18.0/adapters/kidoz/kidoztest/supplemental/status-204.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"imp": [
     5  			{
     6  				"id": "test-impression-id-1",
     7  				"banner": {
     8  					"format": [
     9  						{
    10  							"h": 250,
    11  							"w": 300
    12  						}
    13  					]
    14  				},
    15  				"ext": {
    16  					"bidder": {
    17  						"access_token": "test-token-1",
    18  						"publisher_id": "test-publisher-1"
    19  					}
    20  				}
    21  			}
    22  		]
    23  	},
    24  	"httpCalls": [
    25  		{
    26  			"expectedRequest": {
    27  				"uri": "http://example.com/prebid",
    28  				"body": {
    29  					"id": "test-request-id",
    30  					"imp": [
    31  						{
    32  							"id": "test-impression-id-1",
    33  							"banner": {
    34  								"format": [
    35  									{
    36  										"h": 250,
    37  										"w": 300
    38  									}
    39  								]
    40  							},
    41  							"ext": {
    42  								"bidder": {
    43  									"access_token": "test-token-1",
    44  									"publisher_id": "test-publisher-1"
    45  								}
    46  							}
    47  						}
    48  					]
    49  				},
    50  				"impIDs":["test-impression-id-1"]
    51  			},
    52  			"mockResponse": {
    53  				"status": 204,
    54  				"body": {}
    55  			}
    56  		}
    57  	],
    58  	"expectedBidResponses": []
    59  }