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

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