github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/size-check.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"user": {
     5  			"id": "1kjh3429kjh295jkl"
     6  		},
     7  		"device":{
     8  			"ext":{
     9  				"noCookies" : true
    10  			}
    11  		},
    12  		"imp": [
    13  			{
    14  				"id": "test-imp-id",
    15  				"banner":{
    16  						"w": 300,
    17  						"h": 600
    18  					}
    19  				,
    20  				"ext": {
    21  					"bidder": {
    22  						"auId": "123"
    23  					}
    24  				}
    25  			}
    26  		]
    27  	},
    28  	"httpCalls": [
    29  		{
    30  			"expectedRequest": {
    31  				"uri": "http://whatever.url?format=json&noCookies=true&tzo=0",
    32  				"body": {
    33  					"adUnits": [
    34  						{
    35  							"auId": "123",
    36  							"targetId": "123-test-imp-id",
    37  							"dimensions": [[300,600]]
    38  						}
    39  					],
    40  					"metaData": {
    41  						"usi": "1kjh3429kjh295jkl"
    42  					},
    43  					"context": "unknown"
    44  				},
    45  				"impIDs":["test-imp-id"]
    46  			},
    47  			"mockResponse": {
    48  				"status": 200,
    49  				"body": {
    50  					"adUnits": [
    51  						{
    52  							"auId": "0000000000000123",
    53  							"targetId": "123-test-imp-id",
    54  							"html": "<ADCODE>",
    55  							"responseId": "adn-rsp-900646517",
    56  							"ads": [
    57  								{
    58  									"destinationUrls": {
    59  										"url": "http://www.google.com"
    60  									},
    61  									"bid": {
    62  										"amount": 20.0,
    63  										"currency": "NOK"
    64  									},
    65  									"adId": "adn-id-1559784094",
    66  									"creativeWidth": "980",
    67  									"creativeHeight": "240",
    68  									"creativeId": "jn9hpzvlsf8cpdmm",
    69  									"lineItemId": "q7y9qm5b0xt9htrv"
    70  								}
    71  							]
    72  						}
    73  					]
    74  				}
    75  			}
    76  		}
    77  	],
    78  	"expectedBidResponses": [
    79  		{
    80  			"bids": [
    81  				{
    82  					"bid": {
    83  						"id": "adn-id-1559784094",
    84  						"impid": "test-imp-id",
    85  						"price": 20000,
    86  						"adm": "<ADCODE>",
    87  						"adid": "adn-id-1559784094",
    88  						"adomain": [
    89  							"google.com"
    90  						],
    91  						"cid": "q7y9qm5b0xt9htrv",
    92  						"crid": "jn9hpzvlsf8cpdmm",
    93  						"w": 980,
    94  						"h": 240
    95  					},
    96  					"type": "banner"
    97  				}
    98  			],
    99  			"currency": "NOK"
   100  		}
   101  	]
   102  }